diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_crtc.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_crtc.c b/drivers/gpu/drm/nouveau/nv50_crtc.c index ba91befd373..16380d52cd8 100644 --- a/drivers/gpu/drm/nouveau/nv50_crtc.c +++ b/drivers/gpu/drm/nouveau/nv50_crtc.c | |||
@@ -708,7 +708,7 @@ nv50_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, | |||
708 | static int | 708 | static int |
709 | nv50_crtc_mode_set_base_atomic(struct drm_crtc *crtc, | 709 | nv50_crtc_mode_set_base_atomic(struct drm_crtc *crtc, |
710 | struct drm_framebuffer *fb, | 710 | struct drm_framebuffer *fb, |
711 | int x, int y, int enter) | 711 | int x, int y, enum mode_set_atomic state) |
712 | { | 712 | { |
713 | return nv50_crtc_do_mode_set_base(crtc, fb, x, y, true, true); | 713 | return nv50_crtc_do_mode_set_base(crtc, fb, x, y, true, true); |
714 | } | 714 | } |