aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch')
-rw-r--r--common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch30
1 files changed, 30 insertions, 0 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
new file mode 100644
index 00000000..95cf4372
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0307-drm-radeon-Modify-kgd_engine_type-enum-to-match-CZ.patch
@@ -0,0 +1,30 @@
+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
+