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:
Alex Deucher 2015-06-29 11:09:11 -04:00
parent 9dcabece15
commit ac9134906b
1 changed files with 0 additions and 1 deletions

View File

@ -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) {