Searched refs:update_plane (Results 1 – 25 of 55) sorted by relevance
123
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 173 .update_plane = drm_atomic_helper_update_plane, 266 if (exynos_crtc->ops->update_plane) in exynos_plane_atomic_update() 267 exynos_crtc->ops->update_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_update()
|
D | exynos_drm_drv.h | 145 void (*update_plane)(struct exynos_drm_crtc *crtc, member
|
D | exynos_drm_vidi.c | 160 .update_plane = vidi_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/vkms/ |
D | vkms_plane.c | 14 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 1437 .update_plane = drm_atomic_helper_update_plane, 1448 .update_plane = drm_atomic_helper_update_plane, 1459 .update_plane = drm_atomic_helper_update_plane, 1470 .update_plane = drm_atomic_helper_update_plane, 1531 intel_plane->update_plane = skl_update_plane; in intel_sprite_plane_create() 1554 intel_plane->update_plane = vlv_update_plane; in intel_sprite_plane_create() 1572 intel_plane->update_plane = ivb_update_plane; in intel_sprite_plane_create() 1585 intel_plane->update_plane = g4x_update_plane; in intel_sprite_plane_create()
|
D | intel_atomic_plane.c | 234 intel_plane->update_plane(intel_plane, in intel_plane_atomic_update()
|
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_plane.c | 28 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_plane.c | 81 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_layer.c | 127 .update_plane = drm_atomic_helper_update_plane,
|
D | sun8i_ui_layer.c | 301 .update_plane = drm_atomic_helper_update_plane,
|
D | sun8i_vi_layer.c | 329 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/meson/ |
D | meson_plane.c | 189 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_plane.c | 185 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 311 .update_plane = drm_atomic_helper_update_plane, 320 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/include/drm/ |
D | drm_plane.h | 243 int (*update_plane)(struct drm_plane *plane, member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 271 .update_plane = nv10_update_plane, 460 .update_plane = nv04_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_simple_kms_helper.c | 201 .update_plane = drm_atomic_helper_update_plane,
|
D | drm_plane_helper.c | 333 .update_plane = drm_primary_helper_update,
|
/Linux-v4.19/drivers/gpu/drm/arc/ |
D | arcpgu_crtc.c | 194 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/shmobile/ |
D | shmob_drm_plane.c | 229 .update_plane = shmob_drm_plane_update,
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 232 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_plane.c | 124 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | plane.c | 91 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | hdlcd_crtc.c | 283 .update_plane = drm_atomic_helper_update_plane,
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_plane.c | 266 .update_plane = drm_atomic_helper_update_plane,
|
123