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

Commit 803a307e authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Update last reported request ID correctly" into camera-kernel.lnx.1.0

parents 7810cba1 b6637e3b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1280,7 +1280,9 @@ static int __cam_isp_ctx_notify_sof_in_activated_state(
		}

		list_for_each_entry(req, &ctx->active_req_list, list) {
			if (req->request_id > ctx_isp->reported_req_id) {
			req_isp = (struct cam_isp_ctx_req *) req->req_priv;
			if ((!req_isp->bubble_detected) &&
				(req->request_id > ctx_isp->reported_req_id)) {
				request_id = req->request_id;
				ctx_isp->reported_req_id = request_id;
				__cam_isp_ctx_update_event_record(ctx_isp,