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

Commit ca4247e3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: runtime reset sof frame id only for RDI"

parents fdd24947 6ea25e95
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1218,8 +1218,10 @@ static int msm_isp_start_axi_stream(struct vfe_device *vfe_dev,
			msm_isp_axi_stream_enable_cfg(vfe_dev, stream_info);
			stream_info->state = ACTIVE;
		}
		vfe_dev->axi_data.src_info[
			SRC_TO_INTF(stream_info->stream_src)].frame_id = 0;
		if (SRC_TO_INTF(stream_info->stream_src) != VFE_PIX_0) {
			vfe_dev->axi_data.src_info[SRC_TO_INTF(
				stream_info->stream_src)].frame_id = 0;
		}
	}
	msm_isp_update_stream_bandwidth(vfe_dev);
	vfe_dev->hw_info->vfe_ops.axi_ops.reload_wm(vfe_dev, wm_reload_mask);