Loading drivers/media/platform/msm/camera_v2/isp/msm_isp40.c +0 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,6 @@ static void msm_vfe40_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err_ratelimited("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err_ratelimited("%s: violation\n", __func__); msm_vfe40_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) { Loading drivers/media/platform/msm/camera_v2/isp/msm_isp44.c +0 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,6 @@ static void msm_vfe44_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err("%s: violation\n", __func__); msm_vfe44_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) { Loading drivers/media/platform/msm/camera_v2/isp/msm_isp46.c +0 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,6 @@ static void msm_vfe46_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err("%s: violation\n", __func__); msm_vfe46_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) Loading drivers/media/platform/msm/camera_v2/isp/msm_isp47.c +0 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,6 @@ static void msm_vfe47_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err("%s: violation\n", __func__); msm_vfe47_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +23 −7 Original line number Diff line number Diff line Loading @@ -1420,12 +1420,6 @@ static void msm_isp_process_done_buf(struct vfe_device *vfe_dev, if (!buf || !ts) return; if (vfe_dev->buf_mgr->frameId_mismatch_recovery == 1) { pr_err_ratelimited("%s: Mismatch Recovery in progress, drop frame!\n", __func__); return; } if (vfe_dev->vt_enable) { msm_isp_get_avtimer_ts(ts); time_stamp = &ts->vt_time; Loading Loading @@ -2153,6 +2147,8 @@ static int msm_isp_stop_axi_stream(struct vfe_device *vfe_dev, rc = msm_isp_axi_wait_for_cfg_done(vfe_dev, camif_update, src_mask, 2); if (rc < 0) { pr_err("%s: wait for config done failed, retry...\n", __func__); for (i = 0; i < stream_cfg_cmd->num_streams; i++) { stream_info = &axi_data->stream_info[ HANDLE_TO_IDX( Loading @@ -2166,7 +2162,11 @@ static int msm_isp_stop_axi_stream(struct vfe_device *vfe_dev, rc = msm_isp_axi_wait_for_cfg_done(vfe_dev, camif_update, src_mask, 1); if (rc < 0) pr_err("cfg done failed\n"); pr_err("%s: vfe%d cfg done failed\n", __func__, vfe_dev->pdev->id); else pr_err("%s: vfe%d retry success! report err!\n", __func__, vfe_dev->pdev->id); rc = -EBUSY; } } Loading Loading @@ -2754,6 +2754,14 @@ void msm_isp_process_axi_irq(struct vfe_device *vfe_dev, return; } if (vfe_dev->buf_mgr->frameId_mismatch_recovery == 1) { pr_err_ratelimited("%s: Mismatch Recovery in progress, drop frame!\n", __func__); spin_unlock_irqrestore(&stream_info->lock, flags); return; } if (stream_info->stream_type == CONTINUOUS_STREAM || stream_info->runtime_num_burst_capture > 1) { valid_address = 1; Loading Loading @@ -2809,6 +2817,14 @@ void msm_isp_process_axi_irq(struct vfe_device *vfe_dev, return; } if (vfe_dev->buf_mgr->frameId_mismatch_recovery == 1) { pr_err_ratelimited("%s: Mismatch Recovery in progress, drop frame!\n", __func__); spin_unlock_irqrestore(&stream_info->lock, flags); return; } if (stream_info->stream_type == CONTINUOUS_STREAM || stream_info->runtime_num_burst_capture > 1) { valid_address = 1; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp40.c +0 −1 Original line number Diff line number Diff line Loading @@ -547,7 +547,6 @@ static void msm_vfe40_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err_ratelimited("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err_ratelimited("%s: violation\n", __func__); msm_vfe40_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) { Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp44.c +0 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,6 @@ static void msm_vfe44_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err("%s: violation\n", __func__); msm_vfe44_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) { Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp46.c +0 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,6 @@ static void msm_vfe46_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err("%s: violation\n", __func__); msm_vfe46_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp47.c +0 −1 Original line number Diff line number Diff line Loading @@ -485,7 +485,6 @@ static void msm_vfe47_process_error_status(struct vfe_device *vfe_dev) if (error_status1 & (1 << 6)) pr_err("%s: realign buf cr overflow\n", __func__); if (error_status1 & (1 << 7)) { pr_err("%s: violation\n", __func__); msm_vfe47_process_violation_status(vfe_dev); } if (error_status1 & (1 << 9)) Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +23 −7 Original line number Diff line number Diff line Loading @@ -1420,12 +1420,6 @@ static void msm_isp_process_done_buf(struct vfe_device *vfe_dev, if (!buf || !ts) return; if (vfe_dev->buf_mgr->frameId_mismatch_recovery == 1) { pr_err_ratelimited("%s: Mismatch Recovery in progress, drop frame!\n", __func__); return; } if (vfe_dev->vt_enable) { msm_isp_get_avtimer_ts(ts); time_stamp = &ts->vt_time; Loading Loading @@ -2153,6 +2147,8 @@ static int msm_isp_stop_axi_stream(struct vfe_device *vfe_dev, rc = msm_isp_axi_wait_for_cfg_done(vfe_dev, camif_update, src_mask, 2); if (rc < 0) { pr_err("%s: wait for config done failed, retry...\n", __func__); for (i = 0; i < stream_cfg_cmd->num_streams; i++) { stream_info = &axi_data->stream_info[ HANDLE_TO_IDX( Loading @@ -2166,7 +2162,11 @@ static int msm_isp_stop_axi_stream(struct vfe_device *vfe_dev, rc = msm_isp_axi_wait_for_cfg_done(vfe_dev, camif_update, src_mask, 1); if (rc < 0) pr_err("cfg done failed\n"); pr_err("%s: vfe%d cfg done failed\n", __func__, vfe_dev->pdev->id); else pr_err("%s: vfe%d retry success! report err!\n", __func__, vfe_dev->pdev->id); rc = -EBUSY; } } Loading Loading @@ -2754,6 +2754,14 @@ void msm_isp_process_axi_irq(struct vfe_device *vfe_dev, return; } if (vfe_dev->buf_mgr->frameId_mismatch_recovery == 1) { pr_err_ratelimited("%s: Mismatch Recovery in progress, drop frame!\n", __func__); spin_unlock_irqrestore(&stream_info->lock, flags); return; } if (stream_info->stream_type == CONTINUOUS_STREAM || stream_info->runtime_num_burst_capture > 1) { valid_address = 1; Loading Loading @@ -2809,6 +2817,14 @@ void msm_isp_process_axi_irq(struct vfe_device *vfe_dev, return; } if (vfe_dev->buf_mgr->frameId_mismatch_recovery == 1) { pr_err_ratelimited("%s: Mismatch Recovery in progress, drop frame!\n", __func__); spin_unlock_irqrestore(&stream_info->lock, flags); return; } if (stream_info->stream_type == CONTINUOUS_STREAM || stream_info->runtime_num_burst_capture > 1) { valid_address = 1; Loading