Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +4 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,8 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, if (reg_cfg_cmd->cmd_type == VFE_READ_DMI_64BIT) { hi_val = msm_camera_io_r(vfe_dev->vfe_base + vfe_dev->hw_info->dmi_reg_offset); *hi_tbl_ptr++ = hi_val; *hi_tbl_ptr = hi_val; hi_tbl_ptr += 2; } lo_val = msm_camera_io_r(vfe_dev->vfe_base + Loading @@ -574,6 +575,8 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, lo_val |= lo_val1 << 16; } *lo_tbl_ptr++ = lo_val; if (reg_cfg_cmd->cmd_type == VFE_READ_DMI_64BIT) lo_tbl_ptr++; } break; } Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +4 −1 Original line number Diff line number Diff line Loading @@ -562,7 +562,8 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, if (reg_cfg_cmd->cmd_type == VFE_READ_DMI_64BIT) { hi_val = msm_camera_io_r(vfe_dev->vfe_base + vfe_dev->hw_info->dmi_reg_offset); *hi_tbl_ptr++ = hi_val; *hi_tbl_ptr = hi_val; hi_tbl_ptr += 2; } lo_val = msm_camera_io_r(vfe_dev->vfe_base + Loading @@ -574,6 +575,8 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, lo_val |= lo_val1 << 16; } *lo_tbl_ptr++ = lo_val; if (reg_cfg_cmd->cmd_type == VFE_READ_DMI_64BIT) lo_tbl_ptr++; } break; } Loading