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

Commit bfaba14f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Allow applying request if congestion comes"

parents fe8cd3d2 002ee55e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2088,7 +2088,7 @@ static int __cam_isp_ctx_apply_req_in_activated_state(
		req->request_id, ctx_isp->substate_activated, ctx->ctx_id);
	req_isp = (struct cam_isp_ctx_req *) req->req_priv;

	if (ctx_isp->active_req_cnt >=  2) {
	if (ctx_isp->active_req_cnt >=  4) {
		CAM_ERR_RATE_LIMIT(CAM_ISP,
			"Reject apply request (id %lld) due to congestion(cnt = %d) ctx %u",
			req->request_id,