aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0831-drm-amdgpu-add-stoney-to-dal-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0831-drm-amdgpu-add-stoney-to-dal-check.patch')
-rw-r--r--common/recipes-kernel/linux/files/0831-drm-amdgpu-add-stoney-to-dal-check.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/common/recipes-kernel/linux/files/0831-drm-amdgpu-add-stoney-to-dal-check.patch b/common/recipes-kernel/linux/files/0831-drm-amdgpu-add-stoney-to-dal-check.patch
deleted file mode 100644
index 3851e215..00000000
--- a/common/recipes-kernel/linux/files/0831-drm-amdgpu-add-stoney-to-dal-check.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From d3c290222b8242098807084acf480845c8c2e8d1 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 23 Feb 2016 18:05:41 -0500
-Subject: [PATCH 0831/1110] drm/amdgpu: add stoney to dal check
-
-This seems to have gotten lost at some point.
-
-Reviewed-by: Harry Wentland <harry.wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-index 83d02c6..8965358 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-@@ -1396,6 +1396,7 @@ bool amdgpu_device_has_dal_support(struct amdgpu_device *adev)
- #endif
- #if defined(CONFIG_DRM_AMD_DAL) && defined(CONFIG_DRM_AMD_DAL_DCE11_0)
- case CHIP_CARRIZO:
-+ case CHIP_STONEY:
- return amdgpu_dal != 0;
- #endif
- #if defined(CONFIG_DRM_AMD_DAL) && defined(CONFIG_DRM_AMD_DAL_DCE10_0)
---
-2.7.4
-