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

Commit f3c86315 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: tfe: Enable the delay line clc" into camera-kernel.lnx.3.1

parents e4c3277d 155b66eb
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);