aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch')
-rw-r--r--common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch b/common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
new file mode 100644
index 00000000..7192d1de
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
@@ -0,0 +1,26 @@
+From ca5a882eac7883d9c602b39e0782630d4e2af343 Mon Sep 17 00:00:00 2001
+From: Jammy Zhou <Jammy.Zhou@amd.com>
+Date: Fri, 27 Nov 2015 18:24:01 +0800
+Subject: [PATCH 0513/1110] drm/amdgpu: fix build failure with DAL integrated
+
+Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
+Reviewed-By: Jordan Lazare <Jordan.Lazare@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
+index 3efc971..948d8a6 100644
+--- a/drivers/gpu/drm/amd/amdgpu/Makefile
++++ b/drivers/gpu/drm/amd/amdgpu/Makefile
+@@ -14,6 +14,7 @@ ccflags-y := -Iinclude/drm -I$(FULL_AMD_PATH)/include/asic_reg \
+ -I$(FULL_AMD_PATH)/acp/include \
+ -I$(FULL_AMD_DAL_PATH) \
+ -I$(FULL_AMD_DAL_PATH)/include \
++ -I$(FULL_AMD_DAL_PATH)/dc \
+ -I$(FULL_AMD_DAL_PATH)/amdgpu_dm
+
+ amdgpu-y := amdgpu_drv.o
+--
+2.7.4
+