aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3213-drm-amdgpu-include-new-ip-and-ip-offset-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3213-drm-amdgpu-include-new-ip-and-ip-offset-headers.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3213-drm-amdgpu-include-new-ip-and-ip-offset-headers.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3213-drm-amdgpu-include-new-ip-and-ip-offset-headers.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3213-drm-amdgpu-include-new-ip-and-ip-offset-headers.patch
new file mode 100644
index 00000000..b3492856
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3213-drm-amdgpu-include-new-ip-and-ip-offset-headers.patch
@@ -0,0 +1,29 @@
+From 8e3c9565fe3884aa1641dfff35d911887620906c Mon Sep 17 00:00:00 2001
+From: Hawking Zhang <Hawking.Zhang@amd.com>
+Date: Mon, 15 Jan 2018 15:09:40 +0800
+Subject: [PATCH 3213/4131] drm/amdgpu: include new ip and ip offset headers
+
+Change-Id: I4abff0cc4cd1ffcbc7a571d3eed9df12b3ff7b7c
+Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
+Acked-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c b/drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c
+index b7bdd04..4c45db7 100644
+--- a/drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c
++++ b/drivers/gpu/drm/amd/amdgpu/vega10_reg_init.c
+@@ -24,7 +24,8 @@
+ #include "soc15.h"
+
+ #include "soc15_common.h"
+-#include "soc15ip.h"
++#include "soc15_hw_ip.h"
++#include "vega10_ip_offset.h"
+
+ int vega10_reg_base_init(struct amdgpu_device *adev)
+ {
+--
+2.7.4
+