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

Commit 720b0261 authored by Suresh Vankadara's avatar Suresh Vankadara
Browse files

msm: camera: isp: Reset is_rdi_only_context in release



Clean context properly to fix factory test app issue

Change-Id: Ide2140041da011118ed5d38fbae13882455f2334
Signed-off-by: default avatarSuresh Vankadara <svankada@codeaurora.org>
parent bad83c59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2015,6 +2015,7 @@ static int cam_ife_mgr_release_hw(void *hw_mgr_priv,
	/* clean context */
	list_del_init(&ctx->list);
	ctx->ctx_in_use = 0;
	ctx->is_rdi_only_context = 0;
	CAM_DBG(CAM_ISP, "Exit...ctx id:%d",
		ctx->ctx_index);
	cam_ife_hw_mgr_put_ctx(&hw_mgr->free_ctx_list, &ctx);