diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_display.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_display.h b/drivers/gpu/drm/nouveau/nouveau_display.h index e1d772d39488..c6bfe533a641 100644 --- a/drivers/gpu/drm/nouveau/nouveau_display.h +++ b/drivers/gpu/drm/nouveau/nouveau_display.h | |||
@@ -71,8 +71,8 @@ void nouveau_display_vblank_disable(struct drm_device *, unsigned int); | |||
71 | int nouveau_display_scanoutpos(struct drm_device *, unsigned int, | 71 | int nouveau_display_scanoutpos(struct drm_device *, unsigned int, |
72 | unsigned int, int *, int *, ktime_t *, | 72 | unsigned int, int *, int *, ktime_t *, |
73 | ktime_t *, const struct drm_display_mode *); | 73 | ktime_t *, const struct drm_display_mode *); |
74 | int nouveau_display_vblstamp(struct drm_device *, unsigned int, int *, | 74 | bool nouveau_display_vblstamp(struct drm_device *, unsigned int, int *, |
75 | struct timeval *, unsigned); | 75 | struct timeval *, unsigned); |
76 | 76 | ||
77 | int nouveau_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, | 77 | int nouveau_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, |
78 | struct drm_pending_vblank_event *event, | 78 | struct drm_pending_vblank_event *event, |