aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch')
-rw-r--r--common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch b/common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch
new file mode 100644
index 00000000..aeb61226
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0821-drm-amd-dal-simplify-OPP-header-include-dependency.patch
@@ -0,0 +1,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
+