aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_fb_helper.c')
-rw-r--r--drivers/gpu/drm/drm_fb_helper.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index 8208e190faaa..d2849e4ea4d0 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -289,8 +289,7 @@ int drm_fb_helper_debug_enter(struct fb_info *info)
289 mode_set->fb, 289 mode_set->fb,
290 mode_set->x, 290 mode_set->x,
291 mode_set->y, 291 mode_set->y,
292 1); 292 ENTER_ATOMIC_MODE_SET);
293
294 } 293 }
295 } 294 }
296 295
@@ -336,7 +335,7 @@ int drm_fb_helper_debug_leave(struct fb_info *info)
336 335
337 drm_fb_helper_restore_lut_atomic(mode_set->crtc); 336 drm_fb_helper_restore_lut_atomic(mode_set->crtc);
338 funcs->mode_set_base_atomic(mode_set->crtc, fb, crtc->x, 337 funcs->mode_set_base_atomic(mode_set->crtc, fb, crtc->x,
339 crtc->y, 0); 338 crtc->y, LEAVE_ATOMIC_MODE_SET);
340 } 339 }
341 340
342 return 0; 341 return 0;