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

Commit b9729b17 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alex Deucher
Browse files

drm/radeon: dont switch vt on suspend

parent a1dcc277
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -257,6 +257,7 @@ 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) {