Home
last modified time | relevance | path

Searched refs:info_9 (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Dcz_dpm.c91 struct _ATOM_INTEGRATED_SYSTEM_INFO_V1_9 info_9; member
114 le32_to_cpu(igp_info->info_9.ulBootUpEngineClock); in cz_parse_sys_info_table()
116 le32_to_cpu(igp_info->info_9.ulBootUpUMAClock); in cz_parse_sys_info_table()
118 le32_to_cpu(igp_info->info_9.ulDentistVCOFreq); in cz_parse_sys_info_table()
120 le16_to_cpu(igp_info->info_9.usBootUpNBVoltage); in cz_parse_sys_info_table()
122 if (igp_info->info_9.ucHtcTmpLmt == 0) in cz_parse_sys_info_table()
125 pi->sys_info.htc_tmp_lmt = igp_info->info_9.ucHtcTmpLmt; in cz_parse_sys_info_table()
127 if (igp_info->info_9.ucHtcHystLmt == 0) in cz_parse_sys_info_table()
130 pi->sys_info.htc_hyst_lmt = igp_info->info_9.ucHtcHystLmt; in cz_parse_sys_info_table()
137 if (le32_to_cpu(igp_info->info_9.ulSystemConfig) & (1 << 3) && in cz_parse_sys_info_table()
[all …]
Damdgpu_atombios.c700 struct _ATOM_INTEGRATED_SYSTEM_INFO_V1_9 info_9; member
771 percentage = le16_to_cpu(igp_info->info_9.usDVISSPercentage); in amdgpu_atombios_get_igp_ss_overrides()
772 rate = le16_to_cpu(igp_info->info_9.usDVISSpreadRateIn10Hz); in amdgpu_atombios_get_igp_ss_overrides()
775 percentage = le16_to_cpu(igp_info->info_9.usHDMISSPercentage); in amdgpu_atombios_get_igp_ss_overrides()
776 rate = le16_to_cpu(igp_info->info_9.usHDMISSpreadRateIn10Hz); in amdgpu_atombios_get_igp_ss_overrides()
779 percentage = le16_to_cpu(igp_info->info_9.usLvdsSSPercentage); in amdgpu_atombios_get_igp_ss_overrides()
780 rate = le16_to_cpu(igp_info->info_9.usLvdsSSpreadRateIn10Hz); in amdgpu_atombios_get_igp_ss_overrides()