aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0302-drm-amdgpu-remove-bogus-check-in-gfx8-rb-setup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0302-drm-amdgpu-remove-bogus-check-in-gfx8-rb-setup.patch')
-rw-r--r--common/recipes-kernel/linux/files/0302-drm-amdgpu-remove-bogus-check-in-gfx8-rb-setup.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/common/recipes-kernel/linux/files/0302-drm-amdgpu-remove-bogus-check-in-gfx8-rb-setup.patch b/common/recipes-kernel/linux/files/0302-drm-amdgpu-remove-bogus-check-in-gfx8-rb-setup.patch
deleted file mode 100644
index 67cb8cff..00000000
--- a/common/recipes-kernel/linux/files/0302-drm-amdgpu-remove-bogus-check-in-gfx8-rb-setup.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 4f2d3ad6863ad5bc361c704511cd8888723085e8 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Fri, 10 Jul 2015 17:05:31 -0400
-Subject: [PATCH 0302/1050] drm/amdgpu: remove bogus check in gfx8 rb setup
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Always respect the harvest configuration as is.
-
-Acked-by: Christian König <christian.koenig@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 5 +----
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-index 7b683fb..1c7c992 100644
---- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-@@ -1813,10 +1813,7 @@ static u32 gfx_v8_0_get_rb_disabled(struct amdgpu_device *adev,
- u32 data, mask;
-
- data = RREG32(mmCC_RB_BACKEND_DISABLE);
-- if (data & 1)
-- data &= CC_RB_BACKEND_DISABLE__BACKEND_DISABLE_MASK;
-- else
-- data = 0;
-+ data &= CC_RB_BACKEND_DISABLE__BACKEND_DISABLE_MASK;
-
- data |= RREG32(mmGC_USER_RB_BACKEND_DISABLE);
-
---
-1.9.1
-