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

Commit 5c1e31b6 authored by Chandan Gera's avatar Chandan Gera
Browse files

msm: camera: Modify active count limit.



Modify active count limit from 2 to 4
to avoid congestion in use cases like SHDR

Change-Id: I0bb68bdb91678551809f49e7e0b1b46038534cc8
Signed-off-by: default avatarChandan Gera <cgera@codeaurora.org>
parent 4d705047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1219,7 +1219,7 @@ static int __cam_isp_ctx_apply_req_in_activated_state(
		ctx_isp->substate_activated);
	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)",
			req->request_id,