aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0947-drm-amdgpu-gfx8-specify-which-engine-to-wait-before-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0947-drm-amdgpu-gfx8-specify-which-engine-to-wait-before-.patch')
-rw-r--r--common/recipes-kernel/linux/files/0947-drm-amdgpu-gfx8-specify-which-engine-to-wait-before-.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/common/recipes-kernel/linux/files/0947-drm-amdgpu-gfx8-specify-which-engine-to-wait-before-.patch b/common/recipes-kernel/linux/files/0947-drm-amdgpu-gfx8-specify-which-engine-to-wait-before-.patch
deleted file mode 100644
index b6be0345..00000000
--- a/common/recipes-kernel/linux/files/0947-drm-amdgpu-gfx8-specify-which-engine-to-wait-before-.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From dab03cb55a37800fd43b07e2d0ccca99373b0470 Mon Sep 17 00:00:00 2001
-From: Chunming Zhou <David1.Zhou@amd.com>
-Date: Mon, 29 Feb 2016 14:12:38 +0800
-Subject: [PATCH 0947/1565] drm/amdgpu/gfx8: specify which engine to wait
- before vm flush
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Select between me and pfp properly.
-
-Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Cc: stable@vger.kernel.org
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 ++-
- 1 file changed, 2 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 1c40bd9..7086ac1 100644
---- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-@@ -4809,7 +4809,8 @@ static void gfx_v8_0_ring_emit_vm_flush(struct amdgpu_ring *ring,
-
- amdgpu_ring_write(ring, PACKET3(PACKET3_WAIT_REG_MEM, 5));
- amdgpu_ring_write(ring, (WAIT_REG_MEM_MEM_SPACE(1) | /* memory */
-- WAIT_REG_MEM_FUNCTION(3))); /* equal */
-+ WAIT_REG_MEM_FUNCTION(3) | /* equal */
-+ WAIT_REG_MEM_ENGINE(usepfp))); /* pfp or me */
- amdgpu_ring_write(ring, addr & 0xfffffffc);
- amdgpu_ring_write(ring, upper_32_bits(addr) & 0xffffffff);
- amdgpu_ring_write(ring, seq);
---
-1.9.1
-