Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega12_processpptables.c278 …hwmgr->platform_descriptor.TDPODLimit = (uint16_t)powerplay_table->ODSettingsMax[ATOM_VEGA12_ODSET… in init_powerplay_table_information()
283 if (hwmgr->platform_descriptor.TDPODLimit) in init_powerplay_table_information()
H A Dprocess_pptables_v1_0.c264 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
276 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm_2_parameters()
H A Dvega10_processpptables.c1086 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
1098 if (hwmgr->platform_descriptor.TDPODLimit) in init_dpm_2_parameters()
H A Dprocesspptables.c1476 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1487 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm2_parameters()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhardwaremanager.h359 uint16_t TDPODLimit; member