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

Commit 618de0ab authored by Clarence Ip's avatar Clarence Ip
Browse files

msm: sde: delay done handler for inline rotation



Reset the completion object during inline rotation commits
so that the done handler is delayed until a 'inline start'
command has been received from the external DRM driver.

CRs-Fixed: 2046958
Change-Id: I81ab1ef5706dbb38e3d9f771f1882209e9988c7d
Signed-off-by: default avatarClarence Ip <cip@codeaurora.org>
parent ddbf775d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1639,6 +1639,8 @@ int sde_rotator_inline_commit(void *handle, struct sde_rotator_inline_cmd *cmd,
			goto error_handle_request;
		}

		sde_rotator_req_reset_start(req);

		sde_rotator_commit_request(rot_dev->mgr, ctx->private, req);

		request->committed = true;