aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3219-drm-amdgpu-change-header-soc15ip-to-soc15_hw_ip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3219-drm-amdgpu-change-header-soc15ip-to-soc15_hw_ip.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3219-drm-amdgpu-change-header-soc15ip-to-soc15_hw_ip.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3219-drm-amdgpu-change-header-soc15ip-to-soc15_hw_ip.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3219-drm-amdgpu-change-header-soc15ip-to-soc15_hw_ip.patch
new file mode 100644
index 00000000..7fbac4d1
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3219-drm-amdgpu-change-header-soc15ip-to-soc15_hw_ip.patch
@@ -0,0 +1,28 @@
+From 8a685e6a8252d12e26fb051fbd3f2c7497da1c33 Mon Sep 17 00:00:00 2001
+From: Kevin Wang <Kevin1.Wang@amd.com>
+Date: Tue, 23 Jan 2018 15:08:52 +0800
+Subject: [PATCH 3219/4131] drm/amdgpu: change header soc15ip to soc15_hw_ip
+
+Change-Id: I84b6702be654a89df28c2d99538f803fee48cc1b
+Reviewed-by: Le Ma <Le.Ma@amd.com>
+Signed-off-by: Kevin1 Wang <Kevin1.Wang@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
+index 25aa7ce..2b74a65 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
+@@ -31,7 +31,7 @@
+ #include "amdgpu_amdkfd.h"
+ #include "amdgpu_ucode.h"
+ #include "amdgpu_amdkfd_gfx_v8.h"
+-#include "soc15ip.h"
++#include "soc15_hw_ip.h"
+ #include "gc/gc_9_0_offset.h"
+ #include "gc/gc_9_0_sh_mask.h"
+ #include "vega10_enum.h"
+--
+2.7.4
+