diff options
author | Eric Murphy-Zaremba <[email protected]> | 2017-11-17 16:29:00 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-12-14 10:54:06 -0500 |
commit | ee016c4b5a0f150e8a71a7ed9efb1477fdf090ca (patch) | |
tree | c9c765c21adfbea1cdfbfb9b77f5aaddfafbb610 | |
parent | f7f36c1f547751d1ea8b45f4b9dfa4a65ec271fb (diff) |
drm/amd/display: Add is_tiling_rotated flag to plane_state
Signed-off-by: Eric Murphy-Zaremba <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 ee8af9fa66f8..269d5634e6ee 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -440,6 +440,7 @@ struct dc_plane_state { enum dc_rotation_angle rotation; enum plane_stereo_format stereo_format; + bool is_tiling_rotated; bool per_pixel_alpha; bool visible; bool flip_immediate; |