Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c240 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODS… in init_powerplay_table_information()
245 if (hwmgr->platform_descriptor.TDPODLimit) in init_powerplay_table_information()
H A Dvega10_processpptables.c1100 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
1112 if (hwmgr->platform_descriptor.TDPODLimit) in init_dpm_2_parameters()
H A Dprocess_pptables_v1_0.c260 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
272 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm_2_parameters()
H A Dprocesspptables.c1559 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1570 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm2_parameters()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhardwaremanager.h360 uint16_t TDPODLimit; member