aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0273-drm-amdgpu-Configure-doorbell-to-maximum-slots.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0273-drm-amdgpu-Configure-doorbell-to-maximum-slots.patch')
-rw-r--r--common/recipes-kernel/linux/files/0273-drm-amdgpu-Configure-doorbell-to-maximum-slots.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/common/recipes-kernel/linux/files/0273-drm-amdgpu-Configure-doorbell-to-maximum-slots.patch b/common/recipes-kernel/linux/files/0273-drm-amdgpu-Configure-doorbell-to-maximum-slots.patch
deleted file mode 100644
index e63b9e5d..00000000
--- a/common/recipes-kernel/linux/files/0273-drm-amdgpu-Configure-doorbell-to-maximum-slots.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 78ad5cdd21f0d614983fc397338944e797ec70b9 Mon Sep 17 00:00:00 2001
-From: Ben Goz <ben.goz@amd.com>
-Date: Fri, 12 Jun 2015 11:08:58 +0300
-Subject: [PATCH 0273/1050] drm/amdgpu: Configure doorbell to maximum slots
-
-Signed-off-by: Ben Goz <ben.goz@amd.com>
-Acked-by: Oded Gabbay <oded.gabbay@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 2 +-
- 1 file changed, 1 insertion(+), 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 e4aeb74..7683d7f 100644
---- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-@@ -3128,7 +3128,7 @@ static int gfx_v8_0_cp_compute_resume(struct amdgpu_device *adev)
- WREG32(mmCP_MEC_DOORBELL_RANGE_LOWER,
- AMDGPU_DOORBELL_KIQ << 2);
- WREG32(mmCP_MEC_DOORBELL_RANGE_UPPER,
-- AMDGPU_DOORBELL_MEC_RING7 << 2);
-+ 0x7FFFF << 2);
- }
- tmp = RREG32(mmCP_HQD_PQ_DOORBELL_CONTROL);
- tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
---
-1.9.1
-