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

Commit e3d11961 authored by Wyes Karny's avatar Wyes Karny
Browse files

msm: camera: isp: Reset num_deferred_acks when re-applying bubble req



When re-applying bubble request after 2 frames reset num_deferred_acks
also.

CRs-Fixed: 2824276
Change-Id: I57e7ac89da69a2d65546c6f9a7f1d3c9f2c7e58f
Signed-off-by: default avatarWyes Karny <wkarny@codeaurora.org>
parent 731273dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1776,6 +1776,7 @@ static int __cam_isp_ctx_notify_sof_in_activated_state(
					"CDM callback not happened for req: %lld, possible CDM stuck or workqueue delay",
					req->request_id);
				req_isp->num_acked = 0;
				req_isp->num_deferred_acks = 0;
				ctx_isp->bubble_frame_cnt = 0;
				req_isp->bubble_detected = false;
				req_isp->cdm_reset_before_apply = true;