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

Commit 46812a70 authored by Fernando Pacheco's avatar Fernando Pacheco
Browse files

msm: camera: ife: Always send stop immediately when stopping hw



As the name implies, we stop the HW sooner, so prefer it over
"stop at frame boundary".

CRs-Fixed: 2724889
Change-Id: I7fa353c09dbe733e57f099893edc0e7f7fa18e7a
Signed-off-by: default avatarFernando Pacheco <fpacheco@codeaurora.org>
parent 8fe045c3
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -5028,13 +5028,9 @@ static int __cam_isp_ctx_stop_dev_in_activated_unlock(
	if (ctx_isp->hw_ctx) {
		stop.ctxt_to_hw_map = ctx_isp->hw_ctx;

		if (stop_cmd)
			stop_isp.hw_stop_cmd =
				CAM_ISP_HW_STOP_AT_FRAME_BOUNDARY;
		else
		stop_isp.hw_stop_cmd = CAM_ISP_HW_STOP_IMMEDIATELY;

		stop_isp.stop_only = false;

		stop.args = (void *) &stop_isp;
		ctx->hw_mgr_intf->hw_stop(ctx->hw_mgr_intf->hw_mgr_priv,
			&stop);