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

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

Merge "msm: camera: ife: Assign VC/DT values for CSID TPG" into camera-kernel.lnx.4.0

parents 57089082 a753fd0f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1142,7 +1142,8 @@ int cam_ife_csid_path_reserve(struct cam_ife_csid_hw *csid_hw,
		path_data->crop_enable);

	if ((reserve->in_port->res_type == CAM_ISP_IFE_IN_RES_CPHY_TPG_0) ||
		(reserve->in_port->res_type == CAM_ISP_IFE_IN_RES_CPHY_TPG_1)) {
		(reserve->in_port->res_type == CAM_ISP_IFE_IN_RES_CPHY_TPG_1) ||
		(reserve->in_port->res_type == CAM_ISP_IFE_IN_RES_TPG)) {
		path_data->dt = CAM_IFE_CSI_TPG_DT_VAL;
		path_data->vc = CAM_IFE_CSI_TPG_VC_VAL;
	} else {