summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxime Ripard <mripard@kernel.org>2026-09-08 16:46:35 +0200
committerMaxime Ripard <mripard@kernel.org>2026-09-15 11:46:45 +0200
commitd3e410b0e2b2fb3f440edbb3f45b3efe06128bb5 (patch)
tree0672f47404b06b833bef7894fa89b283cf753a58 /include
parent322ae66dab9ce9987e728ccda897367265095850 (diff)
downloadlinux-next-d3e410b0e2b2fb3f440edbb3f45b3efe06128bb5.tar.gz
linux-next-d3e410b0e2b2fb3f440edbb3f45b3efe06128bb5.zip
drm/gem-atomic-helper: Remove __drm_gem_reset_shadow_plane()
__drm_gem_reset_shadow_plane() is no longer used: all callers now go through __drm_gem_shadow_plane_state_init() or drm_gem_create_shadow_plane_state(). Remove it. Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260908-drm-no-more-plane-reset-v4-4-a31b3fcfc989@kernel.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_gem_atomic_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_gem_atomic_helper.h b/include/drm/drm_gem_atomic_helper.h
index 2deb0cd9ebbe..d41877f77b77 100644
--- a/include/drm/drm_gem_atomic_helper.h
+++ b/include/drm/drm_gem_atomic_helper.h
@@ -91,8 +91,6 @@ to_drm_shadow_plane_state(struct drm_plane_state *state)
void __drm_gem_duplicate_shadow_plane_state(struct drm_plane *plane,
struct drm_shadow_plane_state *new_shadow_plane_state);
void __drm_gem_destroy_shadow_plane_state(struct drm_shadow_plane_state *shadow_plane_state);
-void __drm_gem_reset_shadow_plane(struct drm_plane *plane,
- struct drm_shadow_plane_state *shadow_plane_state);
void __drm_gem_shadow_plane_state_init(struct drm_plane *plane,
struct drm_shadow_plane_state *shadow_plane_state);