diff options
author | Leon Elazar <leon.elazar@amd.com> | 2016-12-19 12:00:05 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 17:06:41 -0400 |
commit | 9cd09bfeb26e4ef51a6735f585784cd1b46a496c (patch) | |
tree | 9a40b8858be1bb1008f682a72aef4b1705e3bedb | |
parent | ae799430c59edb6915e87c7c3ab972a931c796d3 (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 61456f96419e..478bdee52cd5 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; |