aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0906-drm-amdgpu-move-gmc7-support-out-of-CIK-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0906-drm-amdgpu-move-gmc7-support-out-of-CIK-dependency.patch')
-rw-r--r--common/recipes-kernel/linux/files/0906-drm-amdgpu-move-gmc7-support-out-of-CIK-dependency.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/common/recipes-kernel/linux/files/0906-drm-amdgpu-move-gmc7-support-out-of-CIK-dependency.patch b/common/recipes-kernel/linux/files/0906-drm-amdgpu-move-gmc7-support-out-of-CIK-dependency.patch
deleted file mode 100644
index eeb73f34..00000000
--- a/common/recipes-kernel/linux/files/0906-drm-amdgpu-move-gmc7-support-out-of-CIK-dependency.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 62a0a032118901ef919d6837e34e4b6381eeac7e Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 2 Feb 2016 10:59:53 -0500
-Subject: [PATCH 0906/1565] drm/amdgpu: move gmc7 support out of CIK dependency
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-It's used by iceland which is VI.
-
-Reviewed-by: Ken Wang <Qingqing.Wang@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-Cc: stable@vger.kernel.org
----
- drivers/gpu/drm/amd/amdgpu/Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
-index 66f729e..20c9539 100644
---- a/drivers/gpu/drm/amd/amdgpu/Makefile
-+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
-@@ -25,7 +25,7 @@ amdgpu-y += amdgpu_device.o amdgpu_kms.o \
- amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o
-
- # add asic specific block
--amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o gmc_v7_0.o cik_ih.o kv_smc.o kv_dpm.o \
-+amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
- ci_smc.o ci_dpm.o dce_v8_0.o gfx_v7_0.o cik_sdma.o uvd_v4_2.o vce_v2_0.o \
- amdgpu_amdkfd_gfx_v7.o
-
-@@ -34,6 +34,7 @@ amdgpu-y += \
-
- # add GMC block
- amdgpu-y += \
-+ gmc_v7_0.o \
- gmc_v8_0.o
-
- # add IH block
---
-1.9.1
-