Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac913490 authored by Alex Deucher's avatar Alex Deucher
Browse files

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

This reverts commit b9729b17.

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

Cc: stable@vger.kernel.org
parent 9dcabece
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {