diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 1 |
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); | |||
1288 | extern void drm_handle_vblank(struct drm_device *dev, int crtc); | 1288 | extern void drm_handle_vblank(struct drm_device *dev, int crtc); |
1289 | extern int drm_vblank_get(struct drm_device *dev, int crtc); | 1289 | extern int drm_vblank_get(struct drm_device *dev, int crtc); |
1290 | extern void drm_vblank_put(struct drm_device *dev, int crtc); | 1290 | extern void drm_vblank_put(struct drm_device *dev, int crtc); |
1291 | extern void drm_vblank_off(struct drm_device *dev, int crtc); | ||
1291 | extern void drm_vblank_cleanup(struct drm_device *dev); | 1292 | extern void drm_vblank_cleanup(struct drm_device *dev); |
1292 | /* Modesetting support */ | 1293 | /* Modesetting support */ |
1293 | extern void drm_vblank_pre_modeset(struct drm_device *dev, int crtc); | 1294 | extern void drm_vblank_pre_modeset(struct drm_device *dev, int crtc); |