IADLXManualPowerTuning
The IADLXManualPowerTuning interface provides methods to configure manual power tuning on a GPU.
InterfaceId: |
IADLXManualPowerTuning |
Smart Pointer Interface Name: |
IADLXManualPowerTuningPtr |
Inherits: |
|
Inherited By: |
NA |
Methods
Method |
Description |
---|---|
Gets the current power limit of a GPU. |
|
Gets the manual power tuning minimum power range, maximum power range, and step power range on a GPU. |
|
Gets the current Thermal Design Current (TDC) limit of a GPU. |
|
Gets the manual power tuning minimum Thermal Design Current (TDC) range, maximum TDC range, and step TDC range on a GPU. |
|
Checks if Thermal Design Current (TDC) limit is supported on a GPU. |
|
Sets the power limit of a GPU. |
|
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 .