Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_processpptables.c242 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODS… in init_powerplay_table_information()
247 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()
Dvega20_processpptables.c870 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax… in init_powerplay_table_information()
873 if (!disable_power_control && hwmgr->platform_descriptor.TDPODLimit) in init_powerplay_table_information()
Dprocesspptables.c1451 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1462 if (hwmgr->platform_descriptor.TDPODLimit != 0) in init_dpm2_parameters()
Dvega10_processpptables.c1135 hwmgr->platform_descriptor.TDPODLimit = in init_dpm_2_parameters()
1147 if (hwmgr->platform_descriptor.TDPODLimit) in init_dpm_2_parameters()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhardwaremanager.h361 uint16_t TDPODLimit; member
Damdgpu_smu.h265 uint16_t TDPODLimit; member
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c997 max_power_limit *= (100 + hwmgr->platform_descriptor.TDPODLimit); in pp_set_power_limit()
1023 *limit *= (100 + hwmgr->platform_descriptor.TDPODLimit); in pp_get_power_limit()
Dnavi10_ppt.c1584 asic_default_power_limit *= (100 + smu->smu_table.TDPODLimit); in navi10_get_power_limit()
Darcturus_ppt.c1364 asic_default_power_limit *= (100 + smu->smu_table.TDPODLimit); in arcturus_get_power_limit()
Dvega20_ppt.c467 …table_context->TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax[ATOM_VEGA20… in vega20_store_powerplay_table()