Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −1 Original line number Diff line number Diff line Loading @@ -3715,7 +3715,8 @@ static int msm_isp_request_frame(struct vfe_device *vfe_dev, vfe_dev->hw_info->vfe_ops.axi_ops.get_pingpong_status(vfe_dev); /* As MCT is still processing it, need to drop the additional requests*/ if (vfe_dev->isp_page->drop_reconfig) { if (vfe_dev->isp_page->drop_reconfig && frame_src == VFE_PIX_0) { pr_err("%s: MCT has not yet delayed %d drop request %d\n", __func__, vfe_dev->isp_page->drop_reconfig, frame_id); goto error; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −1 Original line number Diff line number Diff line Loading @@ -3715,7 +3715,8 @@ static int msm_isp_request_frame(struct vfe_device *vfe_dev, vfe_dev->hw_info->vfe_ops.axi_ops.get_pingpong_status(vfe_dev); /* As MCT is still processing it, need to drop the additional requests*/ if (vfe_dev->isp_page->drop_reconfig) { if (vfe_dev->isp_page->drop_reconfig && frame_src == VFE_PIX_0) { pr_err("%s: MCT has not yet delayed %d drop request %d\n", __func__, vfe_dev->isp_page->drop_reconfig, frame_id); goto error; Loading