From eb8bb755a72012d20d45692f54dbf4ee834fe05b Mon Sep 17 00:00:00 2001 From: Leon Elazar 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 Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- 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