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

Commit 155b66eb authored by Ravikishore Pampana's avatar Ravikishore Pampana
Browse files

msm: camera: tfe: Enable the delay line clc



Delay line CLC is required for tfe stats. Enable it by
default.

CRs-Fixed: 2585713
Change-Id: Ic668097eb941ecffcd892a4ed48e6a0701847961
Signed-off-by: default avatarRavikishore Pampana <rpampana@codeaurora.org>
parent 73d36f3d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1604,6 +1604,9 @@ static int cam_tfe_camif_resource_start(
	if (!rsrc_data->camif_pd_enable)
		val |= (1 << rsrc_data->reg_data->camif_pd_rdi2_src_sel_shift);

	/* enables the Delay Line CLC in the pixel pipeline */
	val |= BIT(8);

	cam_io_w_mb(val, rsrc_data->mem_base +
		rsrc_data->common_reg->core_cfg_0);