diff options
Diffstat (limited to 'include/drm/drm_atomic.h')
-rw-r--r-- | include/drm/drm_atomic.h | 6 |
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 | |||
31 | struct drm_atomic_state * __must_check | 33 | struct drm_atomic_state * __must_check |
32 | drm_atomic_state_alloc(struct drm_device *dev); | 34 | drm_atomic_state_alloc(struct drm_device *dev); |
33 | void drm_atomic_state_clear(struct drm_atomic_state *state); | 35 | void 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 | ||
46 | int __must_check | 48 | int __must_check |
47 | drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, | 49 | drm_atomic_set_crtc_for_plane(struct drm_atomic_state *state, |
48 | struct drm_crtc *crtc); | 50 | struct drm_plane *plane, struct drm_crtc *crtc); |
49 | void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, | 51 | void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, |
50 | struct drm_framebuffer *fb); | 52 | struct drm_framebuffer *fb); |
51 | int __must_check | 53 | int __must_check |