aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0793-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0793-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch')
-rw-r--r--common/recipes-kernel/linux/files/0793-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0793-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch b/common/recipes-kernel/linux/files/0793-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
new file mode 100644
index 00000000..20e49202
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0793-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
@@ -0,0 +1,27 @@
+From ce071714b91f2d5571d752afd1e6608c6a0d59c3 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 0793/1050] drm/amdgpu: fix build failure with DAL integrated
+
+Change-Id: I466815b6ae77bc64b383d90fd130c6726e170dcc
+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 5df23ae..fa8206c 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
+--
+1.9.1
+