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

Commit 8c164b1d 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: isp: Reset frame id for new stream"

parents 61e1e44d d56f6317
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1194,6 +1194,8 @@ 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;
	}
	msm_isp_update_stream_bandwidth(vfe_dev);
	vfe_dev->hw_info->vfe_ops.axi_ops.reload_wm(vfe_dev, wm_reload_mask);