aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0667-drm-amdgpu-update-Fiji-s-mmPA_SC_RASTER_CONFIG-value.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0667-drm-amdgpu-update-Fiji-s-mmPA_SC_RASTER_CONFIG-value.patch')
-rw-r--r--common/recipes-kernel/linux/files/0667-drm-amdgpu-update-Fiji-s-mmPA_SC_RASTER_CONFIG-value.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/common/recipes-kernel/linux/files/0667-drm-amdgpu-update-Fiji-s-mmPA_SC_RASTER_CONFIG-value.patch b/common/recipes-kernel/linux/files/0667-drm-amdgpu-update-Fiji-s-mmPA_SC_RASTER_CONFIG-value.patch
deleted file mode 100644
index 245a6cb7..00000000
--- a/common/recipes-kernel/linux/files/0667-drm-amdgpu-update-Fiji-s-mmPA_SC_RASTER_CONFIG-value.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From fa6760482bed1ed752568fe09135c078e9768595 Mon Sep 17 00:00:00 2001
-From: Flora Cui <Flora.Cui@amd.com>
-Date: Fri, 30 Oct 2015 18:29:46 +0800
-Subject: [PATCH 0667/1565] drm/amdgpu: update Fiji's mmPA_SC_RASTER_CONFIG
- value
-
-Change-Id: I6d138306a878450e5bf8a77a2f1aacc380a39fe5
-Signed-off-by: Flora Cui <Flora.Cui@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-index 6776cf7..4410e57 100644
---- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-@@ -2971,10 +2971,13 @@ static int gfx_v8_0_cp_gfx_start(struct amdgpu_device *adev)
- amdgpu_ring_write(ring, mmPA_SC_RASTER_CONFIG - PACKET3_SET_CONTEXT_REG_START);
- switch (adev->asic_type) {
- case CHIP_TONGA:
-- case CHIP_FIJI:
- amdgpu_ring_write(ring, 0x16000012);
- amdgpu_ring_write(ring, 0x0000002A);
- break;
-+ case CHIP_FIJI:
-+ amdgpu_ring_write(ring, 0x3a00161a);
-+ amdgpu_ring_write(ring, 0x0000002e);
-+ break;
- case CHIP_TOPAZ:
- case CHIP_CARRIZO:
- amdgpu_ring_write(ring, 0x00000002);
---
-1.9.1
-