IADLXManualPowerTuning
Navigation: ADLX SDK References → ADLX Interfaces → GPU Tuning
The IADLXManualPowerTuning interface provides methods to configure manual power tuning on a GPU.
InterfaceId: | IADLXManualPowerTuning |
---|---|
Smart Pointer Interface Name: | IADLXManualPowerTuningPtr |
Inherits: | IADLXInterface |
Inherited By: | NA |
Methods
Method | Description |
---|---|
GetPowerLimit | Gets the current power limit of a GPU. |
GetPowerLimitRange | Gets the manual power tuning minimum power range, maximum power range, and step power range on a GPU. |
GetTDCLimit | Gets the current Thermal Design Current (TDC) limit of a GPU. |
GetTDCLimitRange | Gets the manual power tuning minimum Thermal Design Current (TDC) range, maximum TDC range, and step TDC range on a GPU. |
IsSupportedTDCLimit | Checks if Thermal Design Current (TDC) limit is supported on a GPU. |
SetPowerLimit | Sets the power limit of a GPU. |
SetTDCLimit | Sets the Thermal Design Current (TDC) limit of a GPU. |
Requirements
Header | include “IGPUManualPowerTuning.h” |
---|---|
Minimum version | 1.0 |
Example
To see how to use this interface in a C++ application, refer to the ManualPowerTuning C++ sample.
For a C application, refer to the ManualPowerTuning C sample.
- GetPowerLimit
- GetPowerLimitRange
- GetTDCLimit
- GetTDCLimitRange
- IsSupportedTDCLimit
- SetPowerLimit
- SetTDCLimit
Subpages
- GetPowerLimit - Gets the current power limit of a GPU.
- GetPowerLimitRange - Gets the manual power tuning minimum power range, maximum power range, and step power range on a GPU.
- GetTDCLimit - Gets the current Thermal Design Current (TDC) limit of a GPU.
- GetTDCLimitRange - Gets the manual power tuning minimum Thermal Design Current (TDC) range, maximum TDC range, and step TDC range on a GPU.
- IsSupportedTDCLimit - Checks if Thermal Design Current (TDC) limit is supported on a GPU.
- SetPowerLimit - Sets the power limit of a GPU.
- SetTDCLimit - Sets the Thermal Design Current (TDC) limit of a GPU.
API Reference
This page references: