diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_crtc.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_crtc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c index 11a5263a5e9f..0fd2eb139f6e 100644 --- a/drivers/gpu/drm/omapdrm/omap_crtc.c +++ b/drivers/gpu/drm/omapdrm/omap_crtc.c | |||
@@ -331,7 +331,8 @@ static void page_flip_cb(void *arg) | |||
331 | 331 | ||
332 | static int omap_crtc_page_flip_locked(struct drm_crtc *crtc, | 332 | static int omap_crtc_page_flip_locked(struct drm_crtc *crtc, |
333 | struct drm_framebuffer *fb, | 333 | struct drm_framebuffer *fb, |
334 | struct drm_pending_vblank_event *event) | 334 | struct drm_pending_vblank_event *event, |
335 | uint32_t page_flip_flags) | ||
335 | { | 336 | { |
336 | struct drm_device *dev = crtc->dev; | 337 | struct drm_device *dev = crtc->dev; |
337 | struct omap_crtc *omap_crtc = to_omap_crtc(crtc); | 338 | struct omap_crtc *omap_crtc = to_omap_crtc(crtc); |