aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index febf6c530c66..fd919959d146 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1288,6 +1288,7 @@ extern u32 drm_vblank_count(struct drm_device *dev, int crtc);
1288extern void drm_handle_vblank(struct drm_device *dev, int crtc); 1288extern void drm_handle_vblank(struct drm_device *dev, int crtc);
1289extern int drm_vblank_get(struct drm_device *dev, int crtc); 1289extern int drm_vblank_get(struct drm_device *dev, int crtc);
1290extern void drm_vblank_put(struct drm_device *dev, int crtc); 1290extern void drm_vblank_put(struct drm_device *dev, int crtc);
1291extern void drm_vblank_off(struct drm_device *dev, int crtc);
1291extern void drm_vblank_cleanup(struct drm_device *dev); 1292extern void drm_vblank_cleanup(struct drm_device *dev);
1292/* Modesetting support */ 1293/* Modesetting support */
1293extern void drm_vblank_pre_modeset(struct drm_device *dev, int crtc); 1294extern void drm_vblank_pre_modeset(struct drm_device *dev, int crtc);