OSDN Git Service

drm/amd/display: Add is_tiling_rotated flag to plane_state
authorEric Murphy-Zaremba <Eric.Murphy-zaremba@amd.com>
Fri, 17 Nov 2017 21:29:00 +0000 (16:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Dec 2017 15:54:06 +0000 (10:54 -0500)
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>
drivers/gpu/drm/amd/display/dc/dc.h

index ee8af9f..269d563 100644 (file)
@@ -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;