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

Commit a9259a89 authored by Junzhe Zou's avatar Junzhe Zou
Browse files

msm: camera: isp: fix the check to acquire rdi camif



Fix the check to allow hw manager acquire camif in rdi
only session.

Change-Id: I2ac408514ce6e56fdc0f92c4c7e4a51cb8d99e27
Signed-off-by: default avatarJunzhe Zou <jnzhezou@codeaurora.org>
parent e33c7fe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1849,7 +1849,7 @@ static int cam_ife_mgr_acquire_hw_for_ctx(
			CAM_ERR(CAM_ISP, "Acquire IFE RD SRC resource Failed");
			goto err;
		}
	} else if (ipp_count || ppp_count) {
	} else if (ipp_count || ppp_count || rdi_count) {
		rc = cam_ife_hw_mgr_acquire_res_ife_src(ife_ctx,
			in_port, false);