From: Eric Murphy-Zaremba Date: Fri, 17 Nov 2017 21:29:00 +0000 (-0500) Subject: drm/amd/display: Add is_tiling_rotated flag to plane_state X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ee016c4b5a0f150e8a71a7ed9efb1477fdf090ca;p=linux.git drm/amd/display: Add is_tiling_rotated flag to plane_state Signed-off-by: Eric Murphy-Zaremba Reviewed-by: Aric Cyr Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index ee8af9fa66f82..269d5634e6ee8 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;