TDPODLimit        997 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 		max_power_limit *= (100 + hwmgr->platform_descriptor.TDPODLimit);
TDPODLimit       1023 drivers/gpu/drm/amd/powerplay/amd_powerplay.c 			*limit *= (100 + hwmgr->platform_descriptor.TDPODLimit);
TDPODLimit       1367 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 			asic_default_power_limit *= (100 + smu->smu_table.TDPODLimit);
TDPODLimit        264 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 	hwmgr->platform_descriptor.TDPODLimit =
TDPODLimit        276 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c 		if (hwmgr->platform_descriptor.TDPODLimit != 0)
TDPODLimit       1477 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 		hwmgr->platform_descriptor.TDPODLimit   = le16_to_cpu(ptable5->usTDPODLimit);
TDPODLimit       1488 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c 		if (hwmgr->platform_descriptor.TDPODLimit != 0)
TDPODLimit       1135 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 	hwmgr->platform_descriptor.TDPODLimit =
TDPODLimit       1147 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 		if (hwmgr->platform_descriptor.TDPODLimit)
TDPODLimit        242 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c 	hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODSETTING_POWERPERCENTAGE]);
TDPODLimit        247 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c 		if (hwmgr->platform_descriptor.TDPODLimit)
TDPODLimit        870 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax[ATOM_VEGA20_ODSETTING_POWERPERCENTAGE]);
TDPODLimit        873 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	if (!disable_power_control && hwmgr->platform_descriptor.TDPODLimit)
TDPODLimit        265 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	uint16_t			TDPODLimit;
TDPODLimit        361 drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h 	uint16_t TDPODLimit;
TDPODLimit       1587 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 			asic_default_power_limit *= (100 + smu->smu_table.TDPODLimit);
TDPODLimit        467 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	table_context->TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax[ATOM_VEGA20_ODSETTING_POWERPERCENTAGE]);