Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +5 −0 Original line number Diff line number Diff line Loading @@ -485,6 +485,11 @@ void msm_isp_fetch_engine_done_notify(struct vfe_device *vfe_dev, struct msm_isp_event_data fe_rd_done_event; if (!fetch_engine_info->is_busy) return; vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id++; if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id == 0) vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id = 1; memset(&fe_rd_done_event, 0, sizeof(struct msm_isp_event_data)); fe_rd_done_event.frame_id = vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +5 −0 Original line number Diff line number Diff line Loading @@ -485,6 +485,11 @@ void msm_isp_fetch_engine_done_notify(struct vfe_device *vfe_dev, struct msm_isp_event_data fe_rd_done_event; if (!fetch_engine_info->is_busy) return; vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id++; if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id == 0) vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id = 1; memset(&fe_rd_done_event, 0, sizeof(struct msm_isp_event_data)); fe_rd_done_event.frame_id = vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id; Loading