Skip to content

Commit

Permalink
Revert "drm/radeon: dont switch vt on suspend"
Browse files Browse the repository at this point in the history
Fixes distorted colors on some cards on resume from suspend.

This reverts commit b9729b1.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98832
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99163
Bug: https://bugzilla.kernel.org/show_bug.cgi?id=107001
Reviewed-by: Michel Dänzer <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
  • Loading branch information
alexdeucher committed Nov 17, 2017
1 parent eb174c7 commit 18c437c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/radeon/radeon_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,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) {
Expand Down

0 comments on commit 18c437c

Please sign in to comment.