aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 6588bffb6518..f444263055c5 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -1247,6 +1247,8 @@ extern int drm_plane_init(struct drm_device *dev,
1247extern void drm_plane_cleanup(struct drm_plane *plane); 1247extern void drm_plane_cleanup(struct drm_plane *plane);
1248extern unsigned int drm_plane_index(struct drm_plane *plane); 1248extern unsigned int drm_plane_index(struct drm_plane *plane);
1249extern void drm_plane_force_disable(struct drm_plane *plane); 1249extern void drm_plane_force_disable(struct drm_plane *plane);
1250extern void drm_crtc_get_hv_timing(const struct drm_display_mode *mode,
1251 int *hdisplay, int *vdisplay);
1250extern int drm_crtc_check_viewport(const struct drm_crtc *crtc, 1252extern int drm_crtc_check_viewport(const struct drm_crtc *crtc,
1251 int x, int y, 1253 int x, int y,
1252 const struct drm_display_mode *mode, 1254 const struct drm_display_mode *mode,