aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_atomic.h')
-rw-r--r--include/drm/drm_atomic.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h
index 9d919168bc11..ad2229574dd9 100644
--- a/include/drm/drm_atomic.h
+++ b/include/drm/drm_atomic.h
@@ -28,6 +28,8 @@
28#ifndef DRM_ATOMIC_H_ 28#ifndef DRM_ATOMIC_H_
29#define DRM_ATOMIC_H_ 29#define DRM_ATOMIC_H_
30 30
31#include <drm/drm_crtc.h>
32
31struct drm_atomic_state * __must_check 33struct drm_atomic_state * __must_check
32drm_atomic_state_alloc(struct drm_device *dev); 34drm_atomic_state_alloc(struct drm_device *dev);
33void drm_atomic_state_clear(struct drm_atomic_state *state); 35void drm_atomic_state_clear(struct drm_atomic_state *state);
@@ -44,8 +46,8 @@ drm_atomic_get_connector_state(struct drm_atomic_state *state,
44 struct drm_connector *connector); 46 struct drm_connector *connector);
45 47
46int __must_check 48int __must_check
47drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, 49drm_atomic_set_crtc_for_plane(struct drm_atomic_state *state,
48 struct drm_crtc *crtc); 50 struct drm_plane *plane, struct drm_crtc *crtc);
49void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, 51void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state,
50 struct drm_framebuffer *fb); 52 struct drm_framebuffer *fb);
51int __must_check 53int __must_check