Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega12_processpptables.c247 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODS… in init_powerplay_table_information()
252 if (hwmgr->platform_descriptor.TDPODLimit) in init_powerplay_table_information()
H A Damdgpu_vega20_processpptables.c875 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax… in init_powerplay_table_information()
878 if (!disable_power_control && hwmgr->platform_descriptor.TDPODLimit) in init_powerplay_table_information()
H A Damdgpu_process_pptables_v1_0.c269 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
281 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm_2_parameters()
H A Damdgpu_vega10_processpptables.c1140 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
1152 if (hwmgr->platform_descriptor.TDPODLimit) in init_dpm_2_parameters()
H A Damdgpu_processpptables.c1456 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1467 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm2_parameters()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhardwaremanager.h363 uint16_t TDPODLimit; member
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_amd_powerplay.c1014 max_power_limit *= (100 + hwmgr->platform_descriptor.TDPODLimit); in pp_set_power_limit()
1040 *limit *= (100 + hwmgr->platform_descriptor.TDPODLimit); in pp_get_power_limit()