| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_helper.h | 132 .atomic_check = drm_sysfb_plane_helper_atomic_check, \ 172 .atomic_check = drm_sysfb_crtc_helper_atomic_check 206 .atomic_check = drm_atomic_helper_check, \
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_crtc.c | 60 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 D | exynos_drm_fb.c | 161 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_crtc.c | 57 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 D | sun4i_framebuffer.c | 34 .atomic_check = sun4i_de_atomic_check,
|
| H A D | sunxi_engine.h | 51 int (*atomic_check)(struct sunxi_engine *engine, member
|
| /linux/drivers/gpu/drm/vc4/tests/ |
| H A D | vc4_mock_crtc.c | 11 .atomic_check = vc4_crtc_atomic_check,
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_plane.c | 164 .atomic_check = tidss_plane_atomic_check, 171 .atomic_check = tidss_plane_atomic_check,
|
| /linux/drivers/gpu/drm/fsl-dcu/ |
| H A D | fsl_dcu_drm_kms.c | 16 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_mode.c | 27 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_drm.c | 115 .atomic_check = msm_dp_bridge_atomic_check, 294 .atomic_check = msm_edp_bridge_atomic_check,
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_fb.c | 64 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ldu.c | 386 .atomic_check = vmw_cursor_plane_atomic_check, 394 .atomic_check = vmw_du_primary_plane_atomic_check, 400 .atomic_check = vmw_du_crtc_atomic_check,
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_drv.h | 379 .atomic_check = mgag200_primary_plane_helper_atomic_check, \ 405 .atomic_check = mgag200_crtc_helper_atomic_check, \
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_display.c | 162 .atomic_check = virtio_gpu_crtc_atomic_check, 355 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/renesas/shmobile/ |
| H A D | shmob_drm_plane.c | 271 .atomic_check = shmob_drm_plane_atomic_check, 277 .atomic_check = shmob_drm_plane_atomic_check,
|
| H A D | shmob_drm_kms.c | 153 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/gud/ |
| H A D | gud_drv.c | 342 .atomic_check = drm_crtc_helper_atomic_check 356 .atomic_check = gud_plane_atomic_check, 369 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/solomon/ |
| H A D | ssd130x.c | 1445 .atomic_check = ssd130x_primary_plane_atomic_check, 1451 .atomic_check = ssd132x_primary_plane_atomic_check, 1457 .atomic_check = ssd133x_primary_plane_atomic_check, 1604 .atomic_check = ssd130x_crtc_atomic_check, 1608 .atomic_check = ssd132x_crtc_atomic_check, 1612 .atomic_check = ssd133x_crtc_atomic_check, 1754 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/sitronix/ |
| H A D | st7920.c | 502 .atomic_check = st7920_primary_plane_atomic_check, 626 .atomic_check = st7920_crtc_atomic_check, 665 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | sprd_drm.c | 35 .atomic_check = drm_atomic_helper_check,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 466 if (funcs && funcs->atomic_check) { in mode_fixup() 467 ret = funcs->atomic_check(encoder, new_crtc_state, in mode_fixup() 742 if (funcs->atomic_check) in drm_atomic_helper_check_modeset() 743 ret = funcs->atomic_check(connector, state); in drm_atomic_helper_check_modeset() 793 if (funcs->atomic_check) in drm_atomic_helper_check_modeset() 794 ret = funcs->atomic_check(connector, state); in drm_atomic_helper_check_modeset() 1039 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes() 1042 ret = funcs->atomic_check(plane, state); in drm_atomic_helper_check_planes() 1056 if (!funcs || !funcs->atomic_check) in drm_atomic_helper_check_planes() 1059 ret = funcs->atomic_check(crtc, state); in drm_atomic_helper_check_planes()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_writeback.c | 117 .atomic_check = dpu_wb_conn_atomic_check,
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-kms.c | 26 .atomic_check = drm_atomic_helper_check,
|
| /linux/include/drm/ |
| H A D | drm_mode_config.h | 186 int (*atomic_check)(struct drm_device *dev, member
|