Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53e357c9 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm: update reset value of rotation property to zero" into msm-4.9

parents f65fcac6 76c9d188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ static int msm_disable_all_modes_commit(
			goto fail;
		}

		plane_state->rotation = DRM_ROTATE_0;
		plane_state->rotation = 0;

		plane->old_fb = plane->fb;
		plane_mask |= 1 << drm_plane_index(plane);