aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/0825-drivers-gpu-drm-amd-amdgpu-gfx_v8_0.c-Remove-duplica.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/0825-drivers-gpu-drm-amd-amdgpu-gfx_v8_0.c-Remove-duplica.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/0825-drivers-gpu-drm-amd-amdgpu-gfx_v8_0.c-Remove-duplica.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/0825-drivers-gpu-drm-amd-amdgpu-gfx_v8_0.c-Remove-duplica.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/0825-drivers-gpu-drm-amd-amdgpu-gfx_v8_0.c-Remove-duplica.patch
new file mode 100644
index 00000000..341e0485
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/0825-drivers-gpu-drm-amd-amdgpu-gfx_v8_0.c-Remove-duplica.patch
@@ -0,0 +1,29 @@
+From 96d662275a32c850b2e154e134400c6becf0e76e Mon Sep 17 00:00:00 2001
+From: Brajeswar Ghosh <brajeswar.linux@gmail.com>
+Date: Mon, 19 Nov 2018 22:02:19 +0530
+Subject: [PATCH 0825/2940] drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: 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/amdgpu/gfx_v8_0.c | 1 -
+ 1 file changed, 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 3fe3c33e2870..326e5b1cd2c1 100644
+--- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
++++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
+@@ -44,7 +44,6 @@
+ #include "gca/gfx_8_0_d.h"
+ #include "gca/gfx_8_0_enum.h"
+ #include "gca/gfx_8_0_sh_mask.h"
+-#include "gca/gfx_8_0_enum.h"
+
+ #include "dce/dce_10_0_d.h"
+ #include "dce/dce_10_0_sh_mask.h"
+--
+2.17.1
+