aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0909-drm-amdgpu-add-ELM-BAF-asic-types.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0909-drm-amdgpu-add-ELM-BAF-asic-types.patch')
-rw-r--r--common/recipes-kernel/linux/files/0909-drm-amdgpu-add-ELM-BAF-asic-types.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/common/recipes-kernel/linux/files/0909-drm-amdgpu-add-ELM-BAF-asic-types.patch b/common/recipes-kernel/linux/files/0909-drm-amdgpu-add-ELM-BAF-asic-types.patch
deleted file mode 100644
index 69460cb7..00000000
--- a/common/recipes-kernel/linux/files/0909-drm-amdgpu-add-ELM-BAF-asic-types.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From dd7591b2861a5af28f14c1d99b9fb7288bcb8e07 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Wed, 14 Oct 2015 17:14:16 -0400
-Subject: [PATCH 0909/1110] drm/amdgpu: add ELM/BAF asic types
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-New asic types for ellesmere and baffin.
-
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++
- drivers/gpu/drm/amd/include/amd_shared.h | 2 ++
- 2 files changed, 4 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-index 356e2ea..42d0efd 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-@@ -61,6 +61,8 @@ static const char *amdgpu_asic_name[] = {
- "FIJI",
- "CARRIZO",
- "STONEY",
-+ "ELLESMERE",
-+ "BAFFIN",
- "LAST",
- };
-
-diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
-index f8afe53..72858a0 100644
---- a/drivers/gpu/drm/amd/include/amd_shared.h
-+++ b/drivers/gpu/drm/amd/include/amd_shared.h
-@@ -48,6 +48,8 @@ enum amd_asic_type {
- CHIP_FIJI,
- CHIP_CARRIZO,
- CHIP_STONEY,
-+ CHIP_ELLESMERE,
-+ CHIP_BAFFIN,
- CHIP_LAST,
- };
-
---
-2.7.4
-