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

Commit 79550580 authored by Karthik Anantha Ram's avatar Karthik Anantha Ram Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Set bubble processing flag



Currently the flag was set only during cases when there was no
bubble, setting the flag even in cases where in bubble state the
req bubbles again.

Change-Id: I60ac2fdf61a49a825d48d69d379f2edfdc94e7e4
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 0d1c79d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -967,6 +967,7 @@ static int __cam_isp_ctx_epoch_in_bubble_applied(
		notify.req_id = req->request_id;
		notify.error = CRM_KMD_ERR_BUBBLE;
		ctx->ctx_crm_intf->notify_err(&notify);
		atomic_set(&ctx_isp->process_bubble, 1);
		CAM_DBG(CAM_REQ,
			"Notify CRM about Bubble req_id %llu frame %lld, ctx %u",
			req->request_id, ctx_isp->frame_id, ctx->ctx_id);