aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0371-drm-amdgpu-Add-Fiji-support-to-IH-module.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0371-drm-amdgpu-Add-Fiji-support-to-IH-module.patch')
-rw-r--r--common/recipes-kernel/linux/files/0371-drm-amdgpu-Add-Fiji-support-to-IH-module.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/common/recipes-kernel/linux/files/0371-drm-amdgpu-Add-Fiji-support-to-IH-module.patch b/common/recipes-kernel/linux/files/0371-drm-amdgpu-Add-Fiji-support-to-IH-module.patch
deleted file mode 100644
index 04efcc98..00000000
--- a/common/recipes-kernel/linux/files/0371-drm-amdgpu-Add-Fiji-support-to-IH-module.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From aa8a3b5395f61ee2418ea33c6f2d95b432a13f35 Mon Sep 17 00:00:00 2001
-From: David Zhang <david1.zhang@amd.com>
-Date: Wed, 8 Jul 2015 21:40:31 +0800
-Subject: [PATCH 0371/1050] drm/amdgpu: Add Fiji support to IH module
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: David Zhang <david1.zhang@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/vi.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
-index e295088..0549b81 100644
---- a/drivers/gpu/drm/amd/amdgpu/vi.c
-+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
-@@ -1181,6 +1181,13 @@ static const struct amdgpu_ip_block_version fiji_ip_blocks[] =
- .rev = 0,
- .funcs = &gmc_v8_0_ip_funcs,
- },
-+ {
-+ .type = AMD_IP_BLOCK_TYPE_IH,
-+ .major = 3,
-+ .minor = 0,
-+ .rev = 0,
-+ .funcs = &tonga_ih_ip_funcs,
-+ },
- };
-
- static const struct amdgpu_ip_block_version cz_ip_blocks[] =
---
-1.9.1
-