Home
last modified time | relevance | path

Searched refs:ODSettingsMax (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_processpptables.c208 …if (le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODSETTING_GFXCLKFMAX]) > VEGA12_ENGINEC… in init_powerplay_table_information()
212 le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODSETTING_GFXCLKFMAX]); in init_powerplay_table_information()
214 le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODSETTING_UCLKFMAX]); in init_powerplay_table_information()
218 powerplay_table->ODSettingsMax, in init_powerplay_table_information()
241 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODS… in init_powerplay_table_information()
Dvega12_pptable.h98 ULONG ODSettingsMax [ATOM_VEGA12_ODSETTING_COUNT]; member
Dvega20_pptable.h82 ULONG ODSettingsMax [ATOM_VEGA20_ODSETTING_MAX_COUNT]; //Upper Limit for each OD Setting member
Dvega20_processpptables.c854 powerplay_table->OverDrive8Table.ODSettingsMax, in init_powerplay_table_information()
870 …hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax in init_powerplay_table_information()