Home
last modified time | relevance | path

Searched refs:atomic_check (Results 1 - 25 of 373) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_modeset_helper_vtables.h135 * @mode_fixup or @atomic_check.
170 * instead use the @atomic_check callback, but note that they're not
172 * drm_atomic_helper_check_modeset(), but @atomic_check is called from
305 * @atomic_check:
319 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
355 int (*atomic_check)(struct drm_crtc *crtc, member
563 * @mode_fixup or @atomic_check.
597 * instead use the @atomic_check callback. If @atomic_check is used,
598 * this hook isn't called since @atomic_check allow
846 int (*atomic_check)(struct drm_encoder *encoder, global() member
1102 int (*atomic_check)(struct drm_connector *connector, global() member
1252 int (*atomic_check)(struct drm_plane *plane, global() member
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_modeset_helper_vtables.h139 * @mode_fixup or @atomic_check.
174 * instead use the @atomic_check callback, but note that they're not
176 * drm_atomic_helper_check_modeset(), but @atomic_check is called from
307 * @atomic_check:
321 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which
356 int (*atomic_check)(struct drm_crtc *crtc, member
555 * @mode_fixup or @atomic_check.
589 * instead use the @atomic_check callback. If @atomic_check is used,
590 * this hook isn't called since @atomic_check allow
838 int (*atomic_check)(struct drm_encoder *encoder, global() member
1099 int (*atomic_check)(struct drm_connector *connector, global() member
1310 int (*atomic_check)(struct drm_plane *plane, global() member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c58 if (exynos_crtc->ops->atomic_check) in exynos_crtc_atomic_check()
59 return exynos_crtc->ops->atomic_check(exynos_crtc, state); in exynos_crtc_atomic_check()
110 .atomic_check = exynos_crtc_atomic_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c54 if (engine && engine->ops && engine->ops->atomic_check) in sun4i_crtc_atomic_check()
55 ret = engine->ops->atomic_check(engine, state); in sun4i_crtc_atomic_check()
147 .atomic_check = sun4i_crtc_atomic_check,
H A Dsun4i_framebuffer.c33 .atomic_check = sun4i_de_atomic_check,
H A Dsunxi_engine.h36 * @atomic_check:
40 * &drm_crtc_helper_funcs.atomic_check callback, so any
49 int (*atomic_check)(struct sunxi_engine *engine, member
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c60 if (exynos_crtc->ops->atomic_check) in exynos_crtc_atomic_check()
61 return exynos_crtc->ops->atomic_check(exynos_crtc, crtc_state); in exynos_crtc_atomic_check()
112 .atomic_check = exynos_crtc_atomic_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c57 if (engine && engine->ops && engine->ops->atomic_check) in sun4i_crtc_atomic_check()
58 ret = engine->ops->atomic_check(engine, crtc_state); in sun4i_crtc_atomic_check()
153 .atomic_check = sun4i_crtc_atomic_check,
H A Dsun4i_framebuffer.c34 .atomic_check = sun4i_de_atomic_check,
H A Dsunxi_engine.h37 * @atomic_check:
41 * &drm_crtc_helper_funcs.atomic_check callback, so any
50 int (*atomic_check)(struct sunxi_engine *engine, member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_crtc.c11 .atomic_check = vc4_crtc_atomic_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_kms.c17 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_ttm.c58 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_kms.c16 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c129 .atomic_check = drm_simple_kms_crtc_check,
240 .atomic_check = drm_simple_kms_plane_atomic_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c104 .atomic_check = dp_bridge_atomic_check,
272 .atomic_check = edp_bridge_atomic_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/
H A Dlogicvc_mode.c27 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_encoder.c65 .atomic_check = tidss_encoder_atomic_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c74 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c413 .atomic_check = mxsfb_crtc_atomic_check,
537 .atomic_check = mxsfb_plane_atomic_check,
543 .atomic_check = mxsfb_plane_atomic_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c333 .atomic_check = vmw_du_cursor_plane_atomic_check,
341 .atomic_check = vmw_du_primary_plane_atomic_check,
347 .atomic_check = vmw_du_crtc_atomic_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c130 .atomic_check = zynqmp_dpsub_plane_atomic_check,
281 .atomic_check = zynqmp_dpsub_crtc_atomic_check,
387 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c403 .atomic_check = vmw_du_cursor_plane_atomic_check,
411 .atomic_check = vmw_du_primary_plane_atomic_check,
417 .atomic_check = vmw_du_crtc_atomic_check,
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c137 .atomic_check = virtio_gpu_crtc_atomic_check,
326 .atomic_check = drm_atomic_helper_check,
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c140 .atomic_check = virtio_gpu_crtc_atomic_check,
331 .atomic_check = drm_atomic_helper_check,

Completed in 11 milliseconds

12345678910>>...15