aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index dd557272eca7..42c89b201ffd 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -828,7 +828,7 @@ extern int drm_plane_init(struct drm_device *dev,
828 struct drm_plane *plane, 828 struct drm_plane *plane,
829 unsigned long possible_crtcs, 829 unsigned long possible_crtcs,
830 const struct drm_plane_funcs *funcs, 830 const struct drm_plane_funcs *funcs,
831 uint32_t *formats, uint32_t format_count); 831 const uint32_t *formats, uint32_t format_count);
832extern void drm_plane_cleanup(struct drm_plane *plane); 832extern void drm_plane_cleanup(struct drm_plane *plane);
833 833
834extern void drm_encoder_cleanup(struct drm_encoder *encoder); 834extern void drm_encoder_cleanup(struct drm_encoder *encoder);