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

Commit bb262c55 authored by Nirmal Abraham's avatar Nirmal Abraham Committed by Gerrit - the friendly Code Review server
Browse files

Revert "msm: camera: isp: Dont enable Wm configurations during HW start"



This reverts commit c3547a27.
This change is reverted as it results in bus error
during EPCR disabled case in some targets. The actual fix
for the pagefault is merged through commit '74b97674
("msm: camera: isp: Change logic of acquiring dual
 composite group")'.

CRs-Fixed: 3170082
Change-Id: I3a3bb053a3d22dac5e13b83181a5e5c8e9922c80
Signed-off-by: default avatarNirmal Abraham <quic_c_nabrah@quicinc.com>
parent 1814193e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1323,9 +1323,10 @@ static int cam_vfe_bus_start_wm(
			return -EINVAL;
		}
	}
	/* enabling Wm configuratons are taken care in update_wm().
	 * i.e enable wm only if io buffers are allocated
	 */

	/* Enable WM */
	cam_io_w_mb(rsrc_data->en_cfg, common_data->mem_base +
		rsrc_data->hw_regs->cfg);

	CAM_DBG(CAM_ISP, "WM res %d width = %d, height = %d", rsrc_data->index,
		rsrc_data->width, rsrc_data->height);