Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +4 −2 Original line number Diff line number Diff line Loading @@ -2498,7 +2498,8 @@ int msm_isp_ab_ib_update_lpm_mode(struct vfe_device *vfe_dev, void *arg) intf = SRC_TO_INTF(stream_info->stream_src); vfe_dev->axi_data.src_info[intf].lpm = ab_ib_vote->lpm_mode; if (stream_info->lpm_mode) { if (stream_info->lpm_mode || stream_info->state == INACTIVE) { spin_unlock_irqrestore(&stream_info->lock, flags); continue; Loading @@ -2518,7 +2519,8 @@ int msm_isp_ab_ib_update_lpm_mode(struct vfe_device *vfe_dev, void *arg) intf = SRC_TO_INTF(stream_info->stream_src); vfe_dev->axi_data.src_info[intf].lpm = ab_ib_vote->lpm_mode; if (stream_info->lpm_mode == 0) { if (stream_info->lpm_mode == 0 || stream_info->state == INACTIVE) { spin_unlock_irqrestore(&stream_info->lock, flags); continue; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +4 −2 Original line number Diff line number Diff line Loading @@ -2498,7 +2498,8 @@ int msm_isp_ab_ib_update_lpm_mode(struct vfe_device *vfe_dev, void *arg) intf = SRC_TO_INTF(stream_info->stream_src); vfe_dev->axi_data.src_info[intf].lpm = ab_ib_vote->lpm_mode; if (stream_info->lpm_mode) { if (stream_info->lpm_mode || stream_info->state == INACTIVE) { spin_unlock_irqrestore(&stream_info->lock, flags); continue; Loading @@ -2518,7 +2519,8 @@ int msm_isp_ab_ib_update_lpm_mode(struct vfe_device *vfe_dev, void *arg) intf = SRC_TO_INTF(stream_info->stream_src); vfe_dev->axi_data.src_info[intf].lpm = ab_ib_vote->lpm_mode; if (stream_info->lpm_mode == 0) { if (stream_info->lpm_mode == 0 || stream_info->state == INACTIVE) { spin_unlock_irqrestore(&stream_info->lock, flags); continue; Loading