All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/plane-helper: Add the missing declaration of drm_atomic_state
@ 2022-12-07  8:06 ` Ma Jun
  0 siblings, 0 replies; 2+ messages in thread
From: Ma Jun @ 2022-12-07  8:06 UTC (permalink / raw)
  To: amd-gfx, dri-devel, tzimmermann; +Cc: majun

Add the missing declaration of struct drm_atomic_state

Signed-off-by: Ma Jun <majun@amd.com>
---
 include/drm/drm_plane_helper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/drm_plane_helper.h b/include/drm/drm_plane_helper.h
index b00ad36cf5b6..530f88176db4 100644
--- a/include/drm/drm_plane_helper.h
+++ b/include/drm/drm_plane_helper.h
@@ -30,6 +30,7 @@ struct drm_crtc;
 struct drm_framebuffer;
 struct drm_modeset_acquire_ctx;
 struct drm_plane;
+struct drm_atomic_state;
 
 int drm_plane_helper_update_primary(struct drm_plane *plane, struct drm_crtc *crtc,
 				    struct drm_framebuffer *fb,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] drm/plane-helper: Add the missing declaration of drm_atomic_state
@ 2022-12-07  8:06 ` Ma Jun
  0 siblings, 0 replies; 2+ messages in thread
From: Ma Jun @ 2022-12-07  8:06 UTC (permalink / raw)
  To: amd-gfx, dri-devel, tzimmermann

Add the missing declaration of struct drm_atomic_state

Signed-off-by: Ma Jun <majun@amd.com>
---
 include/drm/drm_plane_helper.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/drm_plane_helper.h b/include/drm/drm_plane_helper.h
index b00ad36cf5b6..530f88176db4 100644
--- a/include/drm/drm_plane_helper.h
+++ b/include/drm/drm_plane_helper.h
@@ -30,6 +30,7 @@ struct drm_crtc;
 struct drm_framebuffer;
 struct drm_modeset_acquire_ctx;
 struct drm_plane;
+struct drm_atomic_state;
 
 int drm_plane_helper_update_primary(struct drm_plane *plane, struct drm_crtc *crtc,
 				    struct drm_framebuffer *fb,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-07  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07  8:06 [PATCH] drm/plane-helper: Add the missing declaration of drm_atomic_state Ma Jun
2022-12-07  8:06 ` Ma Jun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.