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

Commit ef24df4d authored by Karthik Anantha Ram's avatar Karthik Anantha Ram
Browse files

msm: camera: isp: Preserve the default min hbi value.



For the IPP & PPP paths the default min hbi between lines
is specified to be 4. The value is overwritten while
configuring other bits in this register. This change ensures
that we retain the default register value for min hbi.

Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
Change-Id: If39c58f7208d61e711d32000f5481d99f6fc80c5
parent ff850b06
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1395,8 +1395,12 @@ static int cam_ife_csid_init_config_ipp_path(
	cam_io_w_mb(val, soc_info->reg_map[0].mem_base +
		csid_reg->ipp_reg->csid_ipp_cfg0_addr);

	val = cam_io_r_mb(soc_info->reg_map[0].mem_base +
		csid_reg->ipp_reg->csid_ipp_cfg1_addr);

	/* select the post irq sub sample strobe for time stamp capture */
	cam_io_w_mb(CSID_TIMESTAMP_STB_POST_IRQ, soc_info->reg_map[0].mem_base +
	val |= CSID_TIMESTAMP_STB_POST_IRQ;
	cam_io_w_mb(val, soc_info->reg_map[0].mem_base +
		csid_reg->ipp_reg->csid_ipp_cfg1_addr);

	if (path_data->crop_enable) {