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

Commit ff0b5f12 authored by Harsh Shah's avatar Harsh Shah Committed by Matt Wagantall
Browse files

msm: camera: isp: Avoid blocking for halt in mismatch recovery



If we block for halt in mismatch recovery, there will be timeout.
Send blocking_halt as 0 to avoid it.

Change-Id: Ic74587e8e4c44feb2ae0b847e77dc4627d7c9013
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent b344eb5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1314,6 +1314,7 @@ static void msm_isp_process_done_buf(struct vfe_device *vfe_dev,

			halt_cmd.overflow_detected = 1;
			halt_cmd.stop_camif = 1;
			halt_cmd.blocking_halt = 0;

			msm_isp_axi_halt(vfe_dev, &halt_cmd);
			error_event.frame_id =