Home
last modified time | relevance | path

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

123456

/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_helper.h132 .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 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.c161 .atomic_check = drm_atomic_helper_check,
/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.h51 int (*atomic_check)(struct sunxi_engine *engine, member
/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_crtc.c11 .atomic_check = vc4_crtc_atomic_check,
/linux/drivers/gpu/drm/tidss/
H A Dtidss_plane.c164 .atomic_check = tidss_plane_atomic_check,
171 .atomic_check = tidss_plane_atomic_check,
/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_kms.c16 .atomic_check = drm_atomic_helper_check,
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_mode.c27 .atomic_check = drm_atomic_helper_check,
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c115 .atomic_check = msm_dp_bridge_atomic_check,
294 .atomic_check = msm_edp_bridge_atomic_check,
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c64 .atomic_check = drm_atomic_helper_check,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c386 .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 Dmgag200_drv.h379 .atomic_check = mgag200_primary_plane_helper_atomic_check, \
405 .atomic_check = mgag200_crtc_helper_atomic_check, \
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c162 .atomic_check = virtio_gpu_crtc_atomic_check,
355 .atomic_check = drm_atomic_helper_check,
/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.c271 .atomic_check = shmob_drm_plane_atomic_check,
277 .atomic_check = shmob_drm_plane_atomic_check,
H A Dshmob_drm_kms.c153 .atomic_check = drm_atomic_helper_check,
/linux/drivers/gpu/drm/gud/
H A Dgud_drv.c342 .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 Dssd130x.c1445 .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 Dst7920.c502 .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 Dsprd_drm.c35 .atomic_check = drm_atomic_helper_check,
/linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c466 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 Ddpu_writeback.c117 .atomic_check = dpu_wb_conn_atomic_check,
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c26 .atomic_check = drm_atomic_helper_check,
/linux/include/drm/
H A Ddrm_mode_config.h186 int (*atomic_check)(struct drm_device *dev, member

123456