Commit 9cd09bfe authored by Leon Elazar's avatar Leon Elazar Committed by Alex Deucher

drm/amd/display: Add dcc param to surface

Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ae799430
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment