/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 135 * @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 D | drm_modeset_helper_vtables.h | 139 * @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 D | exynos_drm_crtc.c | 58 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 D | sun4i_crtc.c | 54 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 D | sun4i_framebuffer.c | 33 .atomic_check = sun4i_de_atomic_check,
|
H A D | sunxi_engine.h | 36 * @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 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,
|
/kernel/linux/linux-6.6/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 | 37 * @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 D | vc4_mock_crtc.c | 11 .atomic_check = vc4_crtc_atomic_check,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_kms.c | 17 .atomic_check = drm_atomic_helper_check,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_ttm.c | 58 .atomic_check = drm_atomic_helper_check,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_kms.c | 16 .atomic_check = drm_atomic_helper_check,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_simple_kms_helper.c | 129 .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 D | dp_drm.c | 104 .atomic_check = dp_bridge_atomic_check, 272 .atomic_check = edp_bridge_atomic_check,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H A D | logicvc_mode.c | 27 .atomic_check = drm_atomic_helper_check,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_encoder.c | 65 .atomic_check = tidss_encoder_atomic_check,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_fb.c | 74 .atomic_check = drm_atomic_helper_check,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 413 .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 D | vmwgfx_ldu.c | 333 .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 D | zynqmp_kms.c | 130 .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 D | vmwgfx_ldu.c | 403 .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 D | virtgpu_display.c | 137 .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 D | virtgpu_display.c | 140 .atomic_check = virtio_gpu_crtc_atomic_check, 331 .atomic_check = drm_atomic_helper_check,
|