HomeSort by: relevance | last modified time | path
    Searched refs:TDPODLimit (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_processpptables.c 247 hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->ODSettingsMax[ATOM_VEGA12_ODSETTING_POWERPERCENTAGE]);
252 if (hwmgr->platform_descriptor.TDPODLimit)
amdgpu_process_pptables_v1_0.c 269 hwmgr->platform_descriptor.TDPODLimit =
281 if (hwmgr->platform_descriptor.TDPODLimit != 0)
amdgpu_vega10_processpptables.c 1140 hwmgr->platform_descriptor.TDPODLimit =
1152 if (hwmgr->platform_descriptor.TDPODLimit)
amdgpu_vega20_processpptables.c 875 hwmgr->platform_descriptor.TDPODLimit = le32_to_cpu(powerplay_table->OverDrive8Table.ODSettingsMax[ATOM_VEGA20_ODSETTING_POWERPERCENTAGE]);
878 if (!disable_power_control && hwmgr->platform_descriptor.TDPODLimit)
amdgpu_processpptables.c 1456 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit);
1467 if (hwmgr->platform_descriptor.TDPODLimit != 0)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hardwaremanager.h 363 uint16_t TDPODLimit;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 1014 max_power_limit *= (100 + hwmgr->platform_descriptor.TDPODLimit);
1040 *limit *= (100 + hwmgr->platform_descriptor.TDPODLimit);

Completed in 17 milliseconds