All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/radeon: dont switch vt on suspend
@ 2015-01-13  8:40 Maarten Lankhorst
  2015-01-13 14:51 ` Alex Deucher
  0 siblings, 1 reply; 4+ messages in thread
From: Maarten Lankhorst @ 2015-01-13  8:40 UTC (permalink / raw)
  To: Deucher, Alexander; +Cc: dri-devel@lists.freedesktop.org

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
---
diff --git a/drivers/gpu/drm/radeon/radeon_fb.c b/drivers/gpu/drm/radeon/radeon_fb.c
index 29b9220ec399..3d201e937571 100644
--- a/drivers/gpu/drm/radeon/radeon_fb.c
+++ b/drivers/gpu/drm/radeon/radeon_fb.c
@@ -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) {

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-13 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13  8:40 [PATCH] drm/radeon: dont switch vt on suspend Maarten Lankhorst
2015-01-13 14:51 ` Alex Deucher
2015-01-13 14:55   ` Maarten Lankhorst
2015-01-13 14:57     ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.