Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −2 Original line number Diff line number Diff line Loading @@ -2409,14 +2409,14 @@ int msm_isp_drop_frame(struct vfe_device *vfe_dev, /*this notify is per ping and pong buffer*/ done_buf->is_drop_reconfig = 1; stream_info->current_framedrop_period = 1; /*Avoid Multiple request frames for single SOF*/ vfe_dev->axi_data.src_info[VFE_PIX_0].accept_frame = false; if (stream_info->current_framedrop_period != stream_info->requested_framedrop_period) { msm_isp_cfg_framedrop_reg(stream_info); } } /* Avoid Multiple request frames for single SOF */ vfe_dev->axi_data.src_info[VFE_PIX_0].accept_frame = false; spin_unlock_irqrestore(&stream_info->lock, flags); /* if buf done will not come, we need to process it ourself */ Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −2 Original line number Diff line number Diff line Loading @@ -2409,14 +2409,14 @@ int msm_isp_drop_frame(struct vfe_device *vfe_dev, /*this notify is per ping and pong buffer*/ done_buf->is_drop_reconfig = 1; stream_info->current_framedrop_period = 1; /*Avoid Multiple request frames for single SOF*/ vfe_dev->axi_data.src_info[VFE_PIX_0].accept_frame = false; if (stream_info->current_framedrop_period != stream_info->requested_framedrop_period) { msm_isp_cfg_framedrop_reg(stream_info); } } /* Avoid Multiple request frames for single SOF */ vfe_dev->axi_data.src_info[VFE_PIX_0].accept_frame = false; spin_unlock_irqrestore(&stream_info->lock, flags); /* if buf done will not come, we need to process it ourself */ Loading