aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/0091-drm-amd-display-track-cursor-width-in-ipp.patch
blob: 39764a1e4008e662dedaded3cde8b9a203bb4b5a (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
From 15ff5f56568fb6a1e8953cc5df3915e4b82340e7 Mon Sep 17 00:00:00 2001
From: Tony Cheng <tony.cheng@amd.com>
Date: Tue, 20 Dec 2016 10:54:38 -0500
Subject: [PATCH 0091/4131] drm/amd/display: track cursor width in ipp

Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
index 81de975..e9ed167 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/ipp.h
@@ -35,8 +35,10 @@
 /* IPP RELATED */
 struct input_pixel_processor {
 	struct  dc_context *ctx;
-	uint32_t inst;
+	unsigned int inst;
 	const struct ipp_funcs *funcs;
+
+	unsigned int cusor_width;
 };
 
 enum ipp_prescale_mode {
-- 
2.7.4