]> Git Repo - linux.git/commitdiff
Revert "drm/radeon: dont switch vt on suspend"
authorAlex Deucher <[email protected]>
Mon, 29 Jun 2015 15:09:11 +0000 (11:09 -0400)
committerAlex Deucher <[email protected]>
Mon, 29 Jun 2015 19:52:33 +0000 (15:52 -0400)
This reverts commit b9729b17a414f99c61f4db9ac9f9ed987fa0cbfe.

This seems to break the cursor on resume for lots of systems.

Cc: [email protected]
drivers/gpu/drm/radeon/radeon_fb.c

index aeb676708e60cfb1871326bfc5a689631bb98741..634793ea841889847ac090c32470548a1cae418d 100644 (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) {
This page took 0.055675 seconds and 4 git commands to generate.