aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0655-drm-amdgpu-don-t-VT-switch-on-suspend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0655-drm-amdgpu-don-t-VT-switch-on-suspend.patch')
-rw-r--r--common/recipes-kernel/linux/files/0655-drm-amdgpu-don-t-VT-switch-on-suspend.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/files/0655-drm-amdgpu-don-t-VT-switch-on-suspend.patch b/common/recipes-kernel/linux/files/0655-drm-amdgpu-don-t-VT-switch-on-suspend.patch
deleted file mode 100644
index 7105b6be..00000000
--- a/common/recipes-kernel/linux/files/0655-drm-amdgpu-don-t-VT-switch-on-suspend.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From df7989fe1ef5ae39902deb4eed498cf8e51cb7df Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Mon, 2 Nov 2015 10:52:32 -0500
-Subject: [PATCH 0655/1565] drm/amdgpu: don't VT switch on suspend
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
-index 8a122b1..8574bb2 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
-@@ -207,6 +207,7 @@ static int amdgpufb_create(struct drm_fb_helper *helper,
- }
-
- info->par = rfbdev;
-+ info->skip_vt_switch = true;
-
- ret = amdgpu_framebuffer_init(adev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
- if (ret) {
---
-1.9.1
-