Home
last modified time | relevance | path

Searched refs:update_plane (Results 1 - 25 of 142) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c167 .update_plane = drm_atomic_helper_update_plane,
262 if (exynos_crtc->ops->update_plane) in exynos_plane_atomic_update()
263 exynos_crtc->ops->update_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_update()
H A Dexynos_drm_drv.h129 * @update_plane: apply hardware specific overlay data to registers.
148 void (*update_plane)(struct exynos_drm_crtc *crtc, member
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c168 .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()
H A Dexynos_drm_drv.h129 * @update_plane: apply hardware specific overlay data to registers.
148 void (*update_plane)(struct exynos_drm_crtc *crtc, member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_plane_helper.h55 .update_plane = drm_plane_helper_update_primary, \
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c15 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c15 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_plane_helper.c244 .update_plane = drm_primary_helper_update,
H A Ddrm_simple_kms_helper.c245 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c2875 .update_plane = drm_atomic_helper_update_plane,
2884 .update_plane = drm_atomic_helper_update_plane,
2893 .update_plane = drm_atomic_helper_update_plane,
2902 .update_plane = drm_atomic_helper_update_plane,
2911 .update_plane = drm_atomic_helper_update_plane,
3042 plane->update_plane = skl_update_plane; in skl_universal_plane_create()
3150 plane->update_plane = vlv_update_plane; in intel_sprite_plane_create()
3168 plane->update_plane = ivb_update_plane; in intel_sprite_plane_create()
3185 plane->update_plane = g4x_update_plane; in intel_sprite_plane_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c272 .update_plane = nv10_update_plane,
462 .update_plane = nv04_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c311 .update_plane = drm_atomic_helper_update_plane,
320 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c272 .update_plane = nv10_update_plane,
463 .update_plane = nv04_update_plane,
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c381 .update_plane = drm_atomic_helper_update_plane,
390 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/
H A Darcpgu_crtc.c171 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c181 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/
H A Dvkms_plane.c83 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c136 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_plane.c159 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_plane.h258 * @update_plane:
283 int (*update_plane)(struct drm_plane *plane, member
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c180 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/
H A Dvkms_plane.c87 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c137 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_plane.c170 .update_plane = drm_atomic_helper_update_plane,
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c131 .update_plane = drm_atomic_helper_update_plane,

Completed in 17 milliseconds

123456