Home
last modified time | relevance | path

Searched refs:atomic_check (Results 1 – 25 of 206) sorted by relevance

123456789

/openbmc/linux/include/drm/
H A Ddrm_modeset_helper_vtables.h356 int (*atomic_check)(struct drm_crtc *crtc, member
838 int (*atomic_check)(struct drm_encoder *encoder, member
1100 int (*atomic_check)(struct drm_connector *connector, member
1311 int (*atomic_check)(struct drm_plane *plane, member
/openbmc/linux/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,
H A Dexynos_drm_fb.c159 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/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.h50 int (*atomic_check)(struct sunxi_engine *engine, member
/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_crtc.c11 .atomic_check = vc4_crtc_atomic_check,
/openbmc/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_kms.c16 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c104 .atomic_check = dp_bridge_atomic_check,
272 .atomic_check = edp_bridge_atomic_check,
/openbmc/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_mode.c27 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/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,
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c74 .atomic_check = drm_atomic_helper_check,
H A Drockchip_rgb.c70 .atomic_check = rockchip_rgb_encoder_atomic_check,
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c405 .atomic_check = vmw_du_cursor_plane_atomic_check,
413 .atomic_check = vmw_du_primary_plane_atomic_check,
419 .atomic_check = vmw_du_crtc_atomic_check,
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c140 .atomic_check = virtio_gpu_crtc_atomic_check,
331 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c98 .atomic_check = tilcdc_plane_atomic_check,
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_modeset.c299 .atomic_check = drm_plane_helper_atomic_check,
375 .atomic_check = drm_crtc_helper_atomic_check,
545 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c144 .atomic_check = drm_simple_kms_crtc_check,
324 .atomic_check = drm_simple_kms_plane_atomic_check,
H A Ddrm_atomic_helper.c462 if (funcs && funcs->atomic_check) { in mode_fixup()
463 ret = funcs->atomic_check(encoder, new_crtc_state, in mode_fixup()
712 if (funcs->atomic_check) in drm_atomic_helper_check_modeset()
713 ret = funcs->atomic_check(connector, state); in drm_atomic_helper_check_modeset()
759 if (funcs->atomic_check) in drm_atomic_helper_check_modeset()
760 ret = funcs->atomic_check(connector, state); in drm_atomic_helper_check_modeset()
1003 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes()
1006 ret = funcs->atomic_check(plane, state); in drm_atomic_helper_check_planes()
1020 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes()
1023 ret = funcs->atomic_check(crtc, state); in drm_atomic_helper_check_planes()
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.h384 .atomic_check = mgag200_primary_plane_helper_atomic_check, \
409 .atomic_check = mgag200_crtc_helper_atomic_check, \
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_encoder.c77 .atomic_check = tidss_bridge_atomic_check,
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c422 .atomic_check = cirrus_primary_plane_helper_atomic_check,
518 .atomic_check = cirrus_crtc_helper_atomic_check,
625 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c479 .atomic_check = mxsfb_crtc_atomic_check,
630 .atomic_check = mxsfb_plane_atomic_check,
635 .atomic_check = mxsfb_plane_atomic_check,
/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_drm.c36 .atomic_check = drm_atomic_helper_check,
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c24 .atomic_check = drm_atomic_helper_check,

123456789