aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0238-drm-amdgpu-add-hdp-flush-for-gfx8-compute-ring.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0238-drm-amdgpu-add-hdp-flush-for-gfx8-compute-ring.patch')
-rw-r--r--common/recipes-kernel/linux/files/0238-drm-amdgpu-add-hdp-flush-for-gfx8-compute-ring.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/recipes-kernel/linux/files/0238-drm-amdgpu-add-hdp-flush-for-gfx8-compute-ring.patch b/common/recipes-kernel/linux/files/0238-drm-amdgpu-add-hdp-flush-for-gfx8-compute-ring.patch
deleted file mode 100644
index 72f40b98..00000000
--- a/common/recipes-kernel/linux/files/0238-drm-amdgpu-add-hdp-flush-for-gfx8-compute-ring.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 35074d2d404049c386e7e70a9e48cf77f1379364 Mon Sep 17 00:00:00 2001
-From: "monk.liu" <monk.liu@amd.com>
-Date: Wed, 3 Jun 2015 16:32:49 +0800
-Subject: [PATCH 0238/1050] drm/amdgpu: add hdp flush for gfx8 compute ring
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-We had forgotten to register the callback.
-
-Signed-off-by: monk.liu <monk.liu@amd.com>
-Reviewed-by: Christian König <christian.koenig@amd.com>
-Reviewed-by: jammy zhou <jammy.zhou@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-index c3aebdf..ffdba19 100644
---- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
-@@ -4144,6 +4144,7 @@ static const struct amdgpu_ring_funcs gfx_v8_0_ring_funcs_compute = {
- .emit_semaphore = gfx_v8_0_ring_emit_semaphore,
- .emit_vm_flush = gfx_v8_0_ring_emit_vm_flush,
- .emit_gds_switch = gfx_v8_0_ring_emit_gds_switch,
-+ .emit_hdp_flush = gfx_v8_0_ring_emit_hdp_flush,
- .test_ring = gfx_v8_0_ring_test_ring,
- .test_ib = gfx_v8_0_ring_test_ib,
- .is_lockup = gfx_v8_0_ring_is_lockup,
---
-1.9.1
-