aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0771-drm-amd-dal-remove-dm_services_types.h-from-DC-heade.patch
blob: a47e7826feed3ab89060e9dcaa5aa367a2b5c3ce (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
From 4c9385a12361d3edaeddc4d90d92d1ea7ee75a9f Mon Sep 17 00:00:00 2001
From: Mykola Lysenko <Mykola.Lysenko@amd.com>
Date: Fri, 5 Feb 2016 10:03:23 -0500
Subject: [PATCH 0771/1110] drm/amd/dal: remove dm_services_types.h from DC
 headers

Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/dc_types.h        | 1 -
 drivers/gpu/drm/amd/dal/dc/inc/gamma_types.h | 1 -
 drivers/gpu/drm/amd/dal/dc/inc/opp.h         | 1 -
 drivers/gpu/drm/amd/dal/include/fixed32_32.h | 2 --
 4 files changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/dc_types.h b/drivers/gpu/drm/amd/dal/dc/dc_types.h
index c238531..21aad94 100644
--- a/drivers/gpu/drm/amd/dal/dc/dc_types.h
+++ b/drivers/gpu/drm/amd/dal/dc/dc_types.h
@@ -25,7 +25,6 @@
 #ifndef DC_TYPES_H_
 #define DC_TYPES_H_
 
-#include "dm_services_types.h"
 #include "fixed32_32.h"
 #include "fixed31_32.h"
 #include "irq_types.h"
diff --git a/drivers/gpu/drm/amd/dal/dc/inc/gamma_types.h b/drivers/gpu/drm/amd/dal/dc/inc/gamma_types.h
index 17cb10f..ad21db5 100644
--- a/drivers/gpu/drm/amd/dal/dc/inc/gamma_types.h
+++ b/drivers/gpu/drm/amd/dal/dc/inc/gamma_types.h
@@ -27,7 +27,6 @@
 #define GAMMA_TYPES_H_
 
 #include "dc_types.h"
-#include "dm_services_types.h"
 
 /* TODO: Used in IPP and OPP */
 struct dev_c_lut {
diff --git a/drivers/gpu/drm/amd/dal/dc/inc/opp.h b/drivers/gpu/drm/amd/dal/dc/inc/opp.h
index b097983..3071df6 100644
--- a/drivers/gpu/drm/amd/dal/dc/inc/opp.h
+++ b/drivers/gpu/drm/amd/dal/dc/inc/opp.h
@@ -29,7 +29,6 @@
 #include "dc_types.h"
 #include "grph_object_id.h"
 #include "grph_csc_types.h"
-#include "dm_services_types.h"
 
 struct fixed31_32;
 struct gamma_parameters;
diff --git a/drivers/gpu/drm/amd/dal/include/fixed32_32.h b/drivers/gpu/drm/amd/dal/include/fixed32_32.h
index f393e95..5fca957 100644
--- a/drivers/gpu/drm/amd/dal/include/fixed32_32.h
+++ b/drivers/gpu/drm/amd/dal/include/fixed32_32.h
@@ -26,8 +26,6 @@
 #ifndef __DAL_FIXED32_32_H__
 #define __DAL_FIXED32_32_H__
 
-#include "dm_services_types.h"
-
 struct fixed32_32 {
 	uint64_t value;
 };
-- 
2.7.4