Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +2 −2 Original line number Diff line number Diff line Loading @@ -1011,7 +1011,7 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, vfe_dev->axi_data.src_info[VFE_PIX_0].last_updt_frm_id; if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id != *cfg_data || update_id == *cfg_data) { pr_err("%s hw update lock failed acq %d, cur id %u, last id %u\n", ISP_DBG("%s hw update lock failed acq %d, cur id %u, last id %u\n", __func__, *cfg_data, vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id, Loading @@ -1023,7 +1023,7 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, case VFE_HW_UPDATE_UNLOCK: { if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id != *cfg_data) { pr_err("hw update across frame boundary,begin id %u, end id %d\n", ISP_DBG("hw update across frame boundary,begin id %u, end id %d\n", *cfg_data, vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id); } Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +2 −2 Original line number Diff line number Diff line Loading @@ -1011,7 +1011,7 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, vfe_dev->axi_data.src_info[VFE_PIX_0].last_updt_frm_id; if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id != *cfg_data || update_id == *cfg_data) { pr_err("%s hw update lock failed acq %d, cur id %u, last id %u\n", ISP_DBG("%s hw update lock failed acq %d, cur id %u, last id %u\n", __func__, *cfg_data, vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id, Loading @@ -1023,7 +1023,7 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, case VFE_HW_UPDATE_UNLOCK: { if (vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id != *cfg_data) { pr_err("hw update across frame boundary,begin id %u, end id %d\n", ISP_DBG("hw update across frame boundary,begin id %u, end id %d\n", *cfg_data, vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id); } Loading