Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading