aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux-4.19/linux-yocto-4.19.8/0847-drm-amd-amdkfd-Remove-duplicate-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux-4.19/linux-yocto-4.19.8/0847-drm-amd-amdkfd-Remove-duplicate-header.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux-4.19/linux-yocto-4.19.8/0847-drm-amd-amdkfd-Remove-duplicate-header.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux-4.19/linux-yocto-4.19.8/0847-drm-amd-amdkfd-Remove-duplicate-header.patch b/meta-amd-bsp/recipes-kernel/linux-4.19/linux-yocto-4.19.8/0847-drm-amd-amdkfd-Remove-duplicate-header.patch
new file mode 100644
index 00000000..b53fd779
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux-4.19/linux-yocto-4.19.8/0847-drm-amd-amdkfd-Remove-duplicate-header.patch
@@ -0,0 +1,28 @@
+From 91067907e515a24caf59053ffdbb849075bae325 Mon Sep 17 00:00:00 2001
+From: Brajeswar Ghosh <brajeswar.linux@gmail.com>
+Date: Thu, 22 Nov 2018 19:37:14 +0530
+Subject: [PATCH 0847/2940] drm/amd/amdkfd: Remove duplicate header
+
+Remove gca/gfx_8_0_enum.h which is included more than once
+
+Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
+index fd60a116be37..c3a5dcfe877a 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c
+@@ -24,7 +24,6 @@
+ #include "kfd_device_queue_manager.h"
+ #include "gca/gfx_8_0_enum.h"
+ #include "gca/gfx_8_0_sh_mask.h"
+-#include "gca/gfx_8_0_enum.h"
+ #include "oss/oss_3_0_sh_mask.h"
+
+ static bool set_cache_memory_policy_vi(struct device_queue_manager *dqm,
+--
+2.17.1
+