drm/amd/display: Add dcc param to surface
authorLeon Elazar <leon.elazar@amd.com>
Mon, 19 Dec 2016 17:00:05 +0000 (12:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:06:41 +0000 (17:06 -0400)
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

index 61456f9..478bdee 100644 (file)
@@ -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;