aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0513-drm-amdgpu-fix-build-failure-with-DAL-integrated.patch
blob: 7192d1de58b9d7c74f6040426165eab2e5d086ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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