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

Commit 2716ce9a authored by vchinta@codeaurora.org's avatar vchinta@codeaurora.org Committed by Venkat Chinta
Browse files

msm: camera: isp: Remove additional stop CSID paths



This change removes unnecessary additional stop CSID
paths in IFE stop hardware routine.

Change-Id: I58269e2eae8bc9293fcec20a02e2410a87e76651
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent 24f92242
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -2013,20 +2013,6 @@ static int cam_ife_mgr_stop_hw(void *hw_mgr_priv, void *stop_hw_args)
			ctx->base[i].idx, csid_halt_type);
	}

	/* Stop the master CSID path first */
	cam_ife_mgr_csid_stop_hw(ctx, &ctx->res_list_ife_csid,
			master_base_idx, csid_halt_type);

	/* stop rest of the CSID paths  */
	for (i = 0; i < ctx->num_base; i++) {
		if (i == master_base_idx)
			continue;

		cam_ife_mgr_csid_stop_hw(ctx, &ctx->res_list_ife_csid,
			ctx->base[i].idx, csid_halt_type);
	}


	/* Deinit IFE CID */
	list_for_each_entry(hw_mgr_res, &ctx->res_list_ife_cid, list) {
		CAM_DBG(CAM_ISP, "%s: Going to DeInit IFE CID\n", __func__);