Revert "drm/radeon: dont switch vt on suspend"
This reverts commit b9729b17a4
.
This seems to break the cursor on resume for lots of systems.
Cc: stable@vger.kernel.org
This commit is contained in:
parent
9dcabece15
commit
ac9134906b
|
@ -257,7 +257,6 @@ 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) {
|
||||
|
|
Loading…
Reference in New Issue