aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_modeset_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_modeset_helper.h')
-rw-r--r--include/drm/drm_modeset_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_modeset_helper.h b/include/drm/drm_modeset_helper.h
index cb0ec92e11e6..efa337f03129 100644
--- a/include/drm/drm_modeset_helper.h
+++ b/include/drm/drm_modeset_helper.h
@@ -34,4 +34,7 @@ void drm_helper_mode_fill_fb_struct(struct drm_device *dev,
int drm_crtc_init(struct drm_device *dev, struct drm_crtc *crtc,
const struct drm_crtc_funcs *funcs);
+int drm_mode_config_helper_suspend(struct drm_device *dev);
+int drm_mode_config_helper_resume(struct drm_device *dev);
+
#endif