aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0090-drm-amd-display-Add-dcc-param-to-surface.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0090-drm-amd-display-Add-dcc-param-to-surface.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0090-drm-amd-display-Add-dcc-param-to-surface.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0090-drm-amd-display-Add-dcc-param-to-surface.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0090-drm-amd-display-Add-dcc-param-to-surface.patch
new file mode 100644
index 00000000..77997b34
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0090-drm-amd-display-Add-dcc-param-to-surface.patch
@@ -0,0 +1,27 @@
+From eb8bb755a72012d20d45692f54dbf4ee834fe05b Mon Sep 17 00:00:00 2001
+From: Leon Elazar <leon.elazar@amd.com>
+Date: Mon, 19 Dec 2016 12:00:05 -0500
+Subject: [PATCH 0090/4131] drm/amd/display: Add dcc param to surface
+
+Reviewed-by: Tony Cheng <Tony.Cheng@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/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 f1707b4..05fcb06 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc.h
++++ b/drivers/gpu/drm/amd/display/dc/dc.h
+@@ -275,6 +275,7 @@ struct dc_surface {
+ struct dc_plane_info {
+ union plane_size plane_size;
+ union dc_tiling_info tiling_info;
++ struct dc_plane_dcc_param dcc;
+ enum surface_pixel_format format;
+ enum dc_rotation_angle rotation;
+ bool horizontal_mirror;
+--
+2.7.4
+