Commit ee016c4b authored by Eric Murphy-Zaremba's avatar Eric Murphy-Zaremba Committed by Alex Deucher

drm/amd/display: Add is_tiling_rotated flag to plane_state

Signed-off-by: default avatarEric Murphy-Zaremba <Eric.Murphy-zaremba@amd.com>
Reviewed-by: default avatarAric Cyr <Aric.Cyr@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f7f36c1f
...@@ -440,6 +440,7 @@ struct dc_plane_state { ...@@ -440,6 +440,7 @@ struct dc_plane_state {
enum dc_rotation_angle rotation; enum dc_rotation_angle rotation;
enum plane_stereo_format stereo_format; enum plane_stereo_format stereo_format;
bool is_tiling_rotated;
bool per_pixel_alpha; bool per_pixel_alpha;
bool visible; bool visible;
bool flip_immediate; bool flip_immediate;
......
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