aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch
blob: aeb61226fee90c5284ca91a845fc29bfc157e576 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From b1ad4ec8f523a55248341f96888b97b691dc3702 Mon Sep 17 00:00:00 2001
From: Eric Yang <eric.yang2@amd.com>
Date: Fri, 19 Feb 2016 14:59:43 -0500
Subject: [PATCH 0821/1110] drm/amd/dal: simplify OPP header include dependency

Signed-off-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/core/dc_resource.c | 1 +
 drivers/gpu/drm/amd/dal/dc/inc/opp.h          | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_resource.c b/drivers/gpu/drm/amd/dal/dc/core/dc_resource.c
index 107636a..03a3161 100644
--- a/drivers/gpu/drm/amd/dal/dc/core/dc_resource.c
+++ b/drivers/gpu/drm/amd/dal/dc/core/dc_resource.c
@@ -30,6 +30,7 @@
 #include "stream_encoder.h"
 #include "opp.h"
 #include "transform.h"
+#include "video_csc_types.h"
 
 #if defined(CONFIG_DRM_AMD_DAL_DCE8_0)
 #include "dce80/dce80_resource.h"
diff --git a/drivers/gpu/drm/amd/dal/dc/inc/opp.h b/drivers/gpu/drm/amd/dal/dc/inc/opp.h
index 5335b0e..f0c852a 100644
--- a/drivers/gpu/drm/amd/dal/dc/inc/opp.h
+++ b/drivers/gpu/drm/amd/dal/dc/inc/opp.h
@@ -26,10 +26,6 @@
 #ifndef __DAL_OPP_H__
 #define __DAL_OPP_H__
 
-#include "dc_types.h"
-#include "grph_object_id.h"
-#include "video_csc_types.h"
-#include "hw_sequencer_types.h"
 #include "hw_shared.h"
 
 struct fixed31_32;
-- 
2.7.4