aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux')
-rw-r--r--common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch b/common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch
deleted file mode 100644
index 95cf4372..00000000
--- a/common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 22801f76fa59870aed2c0b8a4eb6c8d6993347ae Mon Sep 17 00:00:00 2001
-From: Oded Gabbay <oded.gabbay@gmail.com>
-Date: Mon, 19 Jan 2015 16:20:21 +0200
-Subject: [PATCH 0307/1050] drm/radeon: Modify kgd_engine_type enum to match CZ
-
-This patch splits the KGD_ENGINE_SDMA to KGD_ENGINE_SDMA1 and
-KGD_ENGINE_SDMA2 to match CZ definitions.
-
-Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
----
- drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/include/kgd_kfd_interface.h b/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
-index 9080daa..888250b 100644
---- a/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
-+++ b/drivers/gpu/drm/amd/include/kgd_kfd_interface.h
-@@ -52,7 +52,8 @@ enum kgd_engine_type {
- KGD_ENGINE_MEC1,
- KGD_ENGINE_MEC2,
- KGD_ENGINE_RLC,
-- KGD_ENGINE_SDMA,
-+ KGD_ENGINE_SDMA1,
-+ KGD_ENGINE_SDMA2,
- KGD_ENGINE_MAX
- };
-
---
-1.9.1
-