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
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2905-drm-amd-display-Add-is_tiling_rotated-flag-to-plane_.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2905-drm-amd-display-Add-is_tiling_rotated-flag-to-plane_.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2905-drm-amd-display-Add-is_tiling_rotated-flag-to-plane_.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2905-drm-amd-display-Add-is_tiling_rotated-flag-to-plane_.patch
new file mode 100644
index 00000000..1bfb9310
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/2905-drm-amd-display-Add-is_tiling_rotated-flag-to-plane_.patch
@@ -0,0 +1,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
+