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

Commit 38bf0c90 authored by Venkat Chinta's avatar Venkat Chinta Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: ICP: Disable power collapse



This change disables IPE/BPS power collapse. With power
collapse enabled, IPE/BPS resume fails leading to failures
in camera snapshot usecase. To workaround this IPE/BPS
resume failure, power collapse is disabled.

Change-Id: Ied95079b15c17511f363e733e970581919ea8d89
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent 63d4ec46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4469,8 +4469,8 @@ static int cam_icp_mgr_create_wq(void)
	if (rc)
		goto debugfs_create_failed;

	icp_hw_mgr.icp_pc_flag = true;
	icp_hw_mgr.ipe_bps_pc_flag = true;
	icp_hw_mgr.icp_pc_flag = false;
	icp_hw_mgr.ipe_bps_pc_flag = false;

	for (i = 0; i < ICP_WORKQ_NUM_TASK; i++)
		icp_hw_mgr.msg_work->task.pool[i].payload =