Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
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()
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()
Dvega10_processpptables.c1066 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
1078 if (hwmgr->platform_descriptor.TDPODLimit) in init_dpm_2_parameters()
Dprocesspptables.c1450 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1461 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm2_parameters()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhardwaremanager.h359 uint16_t TDPODLimit; member