aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc_helper.h')
-rw-r--r--include/drm/drm_crtc_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h
index 3febb4b9fce9..e22ab29d2d00 100644
--- a/include/drm/drm_crtc_helper.h
+++ b/include/drm/drm_crtc_helper.h
@@ -197,7 +197,7 @@ extern int drm_helper_connector_dpms(struct drm_connector *connector, int mode);
197extern void drm_helper_move_panel_connectors_to_head(struct drm_device *); 197extern void drm_helper_move_panel_connectors_to_head(struct drm_device *);
198 198
199extern void drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb, 199extern void drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
200 struct drm_mode_fb_cmd2 *mode_cmd); 200 const struct drm_mode_fb_cmd2 *mode_cmd);
201 201
202static inline void drm_crtc_helper_add(struct drm_crtc *crtc, 202static inline void drm_crtc_helper_add(struct drm_crtc *crtc,
203 const struct drm_crtc_helper_funcs *funcs) 203 const struct drm_crtc_helper_funcs *funcs)