|
@@ -551,13 +551,13 @@ nouveau_fbcon_set_suspend(struct drm_device *dev, int state)
|
|
struct nouveau_drm *drm = nouveau_drm(dev);
|
|
struct nouveau_drm *drm = nouveau_drm(dev);
|
|
if (drm->fbcon) {
|
|
if (drm->fbcon) {
|
|
console_lock();
|
|
console_lock();
|
|
- if (state == 1)
|
|
|
|
- nouveau_fbcon_accel_save_disable(dev);
|
|
|
|
- fb_set_suspend(drm->fbcon->helper.fbdev, state);
|
|
|
|
if (state == 0) {
|
|
if (state == 0) {
|
|
nouveau_fbcon_accel_restore(dev);
|
|
nouveau_fbcon_accel_restore(dev);
|
|
nouveau_fbcon_zfill(dev, drm->fbcon);
|
|
nouveau_fbcon_zfill(dev, drm->fbcon);
|
|
}
|
|
}
|
|
|
|
+ fb_set_suspend(drm->fbcon->helper.fbdev, state);
|
|
|
|
+ if (state == 1)
|
|
|
|
+ nouveau_fbcon_accel_save_disable(dev);
|
|
console_unlock();
|
|
console_unlock();
|
|
}
|
|
}
|
|
}
|
|
}
|