aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_modeset.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/udl/udl_modeset.c')
-rw-r--r--drivers/gpu/drm/udl/udl_modeset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/udl/udl_modeset.c b/drivers/gpu/drm/udl/udl_modeset.c
index f2b2481cad52..5bcae7649795 100644
--- a/drivers/gpu/drm/udl/udl_modeset.c
+++ b/drivers/gpu/drm/udl/udl_modeset.c
@@ -361,7 +361,8 @@ static void udl_crtc_destroy(struct drm_crtc *crtc)
361static int udl_crtc_page_flip(struct drm_crtc *crtc, 361static int udl_crtc_page_flip(struct drm_crtc *crtc,
362 struct drm_framebuffer *fb, 362 struct drm_framebuffer *fb,
363 struct drm_pending_vblank_event *event, 363 struct drm_pending_vblank_event *event,
364 uint32_t page_flip_flags) 364 uint32_t page_flip_flags,
365 struct drm_modeset_acquire_ctx *ctx)
365{ 366{
366 struct udl_framebuffer *ufb = to_udl_fb(fb); 367 struct udl_framebuffer *ufb = to_udl_fb(fb);
367 struct drm_device *dev = crtc->dev; 368 struct drm_device *dev = crtc->dev;