diff options
author | Eric Murphy-Zaremba <Eric.Murphy-zaremba@amd.com> | 2017-11-17 16:29:00 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-14 10:54:06 -0500 |
commit | ee016c4b5a0f150e8a71a7ed9efb1477fdf090ca (patch) | |
tree | c9c765c21adfbea1cdfbfb9b77f5aaddfafbb610 /drivers/gpu/drm/amd | |
parent | f7f36c1f547751d1ea8b45f4b9dfa4a65ec271fb (diff) | |
download | lwn-ee016c4b5a0f150e8a71a7ed9efb1477fdf090ca.tar.gz lwn-ee016c4b5a0f150e8a71a7ed9efb1477fdf090ca.zip |
drm/amd/display: Add is_tiling_rotated flag to plane_state
Signed-off-by: Eric Murphy-Zaremba <Eric.Murphy-zaremba@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-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; |