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

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

Merge "msm: camera: isp: Remove request ID in bubble sof notification" into camera-kernel.lnx.1.0

parents 803a307e adca65aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1507,7 +1507,8 @@ static int __cam_isp_ctx_epoch_in_applied(struct cam_isp_context *ctx_isp,
	CAM_DBG(CAM_REQ, "move request %lld to active list(cnt = %d), ctx %u",
		req->request_id, ctx_isp->active_req_cnt, ctx->ctx_id);

	if (req->request_id > ctx_isp->reported_req_id) {
	if ((req->request_id > ctx_isp->reported_req_id)
		&& !req_isp->bubble_report) {
		request_id = req->request_id;
		ctx_isp->reported_req_id = request_id;
	}