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

Commit 2fac5aa0 authored by Lokesh Kumar Aakulu's avatar Lokesh Kumar Aakulu Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Enable recovery for stats in out of sync case



When the stats go out of sync across the 2 VFEs, don't treat it
as a fatal error but allow for recovery.

Change-Id: I5ef16b3e823cec9698d3ee0627335653f13fd60d
Signed-off-by: default avatarLokesh Kumar Aakulu <lkumar@codeaurora.org>
parent 048c7007
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@ void msm_isp_process_stats_reg_upd_epoch_irq(struct vfe_device *vfe_dev,
			spin_unlock_irqrestore(&stream_info->lock, flags);
			if (-EFAULT == rc) {
				msm_isp_halt_send_error(vfe_dev,
						ISP_EVENT_BUF_FATAL_ERROR);
						ISP_EVENT_PING_PONG_MISMATCH);
				return;
			}
			continue;