Commit d57c0edf authored by Alex Deucher's avatar Alex Deucher

Revert "Revert "drm/radeon: dont switch vt on suspend""

This reverts commit ac913490.

We've fixed the underlying problem with cursors, so re-enable
this.
parent 8991668a
......@@ -257,6 +257,7 @@ static int radeonfb_create(struct drm_fb_helper *helper,
}
info->par = rfbdev;
info->skip_vt_switch = true;
ret = radeon_framebuffer_init(rdev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
if (ret) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment