Home
last modified time | relevance | path

Searched refs:ulSystemConfig (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/include/
H A Datombios.h3281 ULONG ulSystemConfig; //see explanation below member
3319 ulSystemConfig:
3376 GPIO mode: both usMaxNBVoltage & usMinNBVoltage have a valid value ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE=0
3377 PWM mode: both usMaxNBVoltage & usMinNBVoltage have a valid value ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE=1
3378 GPU SW don't control mode: usMaxNBVoltage & usMinNBVoltage=0 and no care about ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE
3457 ULONG ulSystemConfig; //TBD member
5730 // ATOM_INTEGRATED_SYSTEM_INFO_V6 ulSystemConfig cap definition
5731 #define ATOM_IGP_INFO_V6_SYSTEM_CONFIG__PCIE_POWER_GATING_ENABLE 1 // refer to ulSystemConfig bit[0]
5749 ULONG ulSystemConfig; member
5852 ulSystemConfig
5947 ULONG ulSystemConfig; global() member
6179 ULONG ulSystemConfig; global() member
6397 ULONG ulSystemConfig; global() member
6520 ULONG ulSystemConfig; global() member
[all...]
/linux/drivers/gpu/drm/radeon/
H A Datombios.h2828 ULONG ulSystemConfig; //see explanation below member
2866 ulSystemConfig:
2923 GPIO mode: both usMaxNBVoltage & usMinNBVoltage have a valid value ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE=0
2924 PWM mode: both usMaxNBVoltage & usMinNBVoltage have a valid value ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE=1
2925 GPU SW don't control mode: usMaxNBVoltage & usMinNBVoltage=0 and no care about ulSystemConfig.SYSTEM_CONFIG_USE_PWM_ON_VOLTAGE
3003 ULONG ulSystemConfig; //TBD member
4784 // ATOM_INTEGRATED_SYSTEM_INFO_V6 ulSystemConfig cap definition
4785 #define ATOM_IGP_INFO_V6_SYSTEM_CONFIG__PCIE_POWER_GATING_ENABLE 1 // refer to ulSystemConfig bit[0]
4803 ULONG ulSystemConfig; member
4906 ulSystemConfig
5001 ULONG ulSystemConfig; global() member
5228 ULONG ulSystemConfig; global() member
[all...]
H A Drs780_dpm.c909 le32_to_cpu(info->info_2.ulSystemConfig); in rs780_dpm_init()
H A Dkv_dpm.c2320 if (le32_to_cpu(igp_info->info_8.ulSystemConfig) & (1 << 3)) in kv_parse_sys_info_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c342 le32_to_cpu(info->ulSystemConfig); in smu8_get_system_info_data()
361 (le32_to_cpu(info->ulSystemConfig) >> 3 & 0x1); in smu8_get_system_info_data()
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2288 info->system_config = le32_to_cpu(info_v8->ulSystemConfig); in get_integrated_info_v8()
2437 info->system_config = le32_to_cpu(info_v9->ulSystemConfig); in get_integrated_info_v9()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c2585 if (le32_to_cpu(igp_info->info_8.ulSystemConfig) & (1 << 3)) in kv_parse_sys_info_table()