Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -1399,6 +1399,8 @@ static int msm_isp_start_axi_stream(struct vfe_device *vfe_dev, vfe_dev->hw_info->vfe_ops.core_ops.reg_update(vfe_dev); msm_isp_update_camif_output_count(vfe_dev, stream_cfg_cmd); if (camif_update == ENABLE_CAMIF) { atomic_set(&vfe_dev->error_info.overflow_state, NO_OVERFLOW); vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id = 0; vfe_dev->hw_info->vfe_ops.core_ops. update_camif_state(vfe_dev, camif_update); Loading include/media/msmb_isp.h +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ struct msm_vfe_axi_halt_cmd { struct msm_vfe_axi_reset_cmd { uint32_t blocking; unsigned long frame_id; uint32_t frame_id; }; struct msm_vfe_axi_restart_cmd { 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 @@ -1399,6 +1399,8 @@ static int msm_isp_start_axi_stream(struct vfe_device *vfe_dev, vfe_dev->hw_info->vfe_ops.core_ops.reg_update(vfe_dev); msm_isp_update_camif_output_count(vfe_dev, stream_cfg_cmd); if (camif_update == ENABLE_CAMIF) { atomic_set(&vfe_dev->error_info.overflow_state, NO_OVERFLOW); vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id = 0; vfe_dev->hw_info->vfe_ops.core_ops. update_camif_state(vfe_dev, camif_update); Loading
include/media/msmb_isp.h +1 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ struct msm_vfe_axi_halt_cmd { struct msm_vfe_axi_reset_cmd { uint32_t blocking; unsigned long frame_id; uint32_t frame_id; }; struct msm_vfe_axi_restart_cmd { Loading