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

Commit a630ce57 authored by Alok Pandey's avatar Alok Pandey
Browse files

msm: camera: reqmgr: Update frame sync logic for dual camera



This change compensates the inject delay for a link if the current link
is not applied due to sync link was not ready.

Change-Id: I11c572402eb813959c644e97807427be9b9c9845
Signed-off-by: default avatarAlok Pandey <akumarpa@codeaurora.org>
parent 488bd904
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -708,6 +708,8 @@ static int __cam_req_mgr_process_sync_req(
			"No req applied on corresponding SOF on sync link: %x",
			sync_link->link_hdl);
		sync_link->sync_link_sof_skip = false;
		/*It is to manage compensate inject delay for each pd*/
		__cam_req_mgr_check_link_is_ready(link, slot->idx, true, true);
		return -EINVAL;
	}