aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2905-drm-amd-display-Add-is_tiling_rotated-flag-to-plane_.patch
blob: 1bfb9310c55a454616a11ad6e06f743a93154355 (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
From ac5bf9b0a1262d19f79532e339407ed4c727f215 Mon Sep 17 00:00:00 2001
From: Eric Murphy-Zaremba <Eric.Murphy-zaremba@amd.com>
Date: Fri, 17 Nov 2017 16:29:00 -0500
Subject: [PATCH 2905/4131] drm/amd/display: Add is_tiling_rotated flag to
 plane_state

Signed-off-by: Eric Murphy-Zaremba <Eric.Murphy-zaremba@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 20be589..2691663 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -440,6 +440,7 @@ struct dc_plane_state {
 	enum dc_rotation_angle rotation;
 	enum plane_stereo_format stereo_format;
 
+	bool is_tiling_rotated;
 	bool per_pixel_alpha;
 	bool visible;
 	bool flip_immediate;
-- 
2.7.4