/linux/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 140 * @mode_fixup or @atomic_check. 175 * instead use the @atomic_check callback, but note that they're not 177 * drm_atomic_helper_check_modeset(), but @atomic_check is called from 308 * @atomic_check: 322 * after the &drm_plane_helper_funcs.atomic_check hook for planes, which 357 int (*atomic_check)(struct drm_crtc *crtc, member 556 * @mode_fixup or @atomic_check. 590 * instead use the @atomic_check callback. If @atomic_check is used, 591 * this hook isn't called since @atomic_check allow 839 int (*atomic_check)(struct drm_encoder *encoder, global() member 1101 int (*atomic_check)(struct drm_connector *connector, global() member 1322 int (*atomic_check)(struct drm_plane *plane, global() member [all...] |
/linux/drivers/gpu/drm/sysfb/ |
H A D | drm_sysfb_helper.h | 118 .atomic_check = drm_sysfb_plane_helper_atomic_check, \ 151 .atomic_check = drm_sysfb_crtc_helper_atomic_check 185 .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 | 38 * @atomic_check: 42 * &drm_crtc_helper_funcs.atomic_check callback, so any 51 int (*atomic_check)(struct sunxi_engine *engine, member
|
/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_modeset.c | 117 .atomic_check = drm_crtc_helper_atomic_check, 220 .atomic_check = hyperv_plane_atomic_check, 293 .atomic_check = drm_atomic_helper_check,
|
/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock_crtc.c | 11 .atomic_check = vc4_crtc_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/tidss/ |
H A D | tidss_plane.c | 172 .atomic_check = tidss_plane_atomic_check, 179 .atomic_check = tidss_plane_atomic_check,
|
H A D | tidss_encoder.c | 78 .atomic_check = tidss_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/msm/dp/ |
H A D | dp_drm.c | 114 .atomic_check = msm_dp_bridge_atomic_check, 293 .atomic_check = msm_edp_bridge_atomic_check,
|
/linux/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 316 .atomic_check = udl_primary_plane_helper_atomic_check, 394 .atomic_check = drm_crtc_helper_atomic_check, 478 .atomic_check = drm_atomic_helper_check,
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_display.c | 141 .atomic_check = virtio_gpu_crtc_atomic_check, 331 .atomic_check = drm_atomic_helper_check,
|
/linux/drivers/gpu/drm/mgag200/ |
H A D | mgag200_drv.h | 373 .atomic_check = mgag200_primary_plane_helper_atomic_check, \ 399 .atomic_check = mgag200_crtc_helper_atomic_check, \
|
H A D | mgag200_vga_bmc.c | 44 .atomic_check = mgag200_vga_bmc_encoder_atomic_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/tiny/ |
H A D | cirrus-qemu.c | 363 .atomic_check = cirrus_primary_plane_helper_atomic_check, 410 .atomic_check = cirrus_crtc_helper_atomic_check, 525 .atomic_check = drm_atomic_helper_check,
|
H A D | sharp-memory.c | 261 .atomic_check = sharp_memory_plane_atomic_check, 344 .atomic_check = sharp_memory_crtc_check, 384 .atomic_check = drm_atomic_helper_check,
|
/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_plane.c | 98 .atomic_check = tilcdc_plane_atomic_check,
|
/linux/drivers/gpu/drm/imx/dc/ |
H A D | dc-kms.c | 29 .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,
|
/linux/drivers/gpu/drm/ |
H A D | drm_simple_kms_helper.c | 145 .atomic_check = drm_simple_kms_crtc_check, 325 .atomic_check = drm_simple_kms_plane_atomic_check,
|
/linux/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 479 .atomic_check = mxsfb_crtc_atomic_check, 630 .atomic_check = mxsfb_plane_atomic_check, 635 .atomic_check = mxsfb_plane_atomic_check,
|