SetPowerLimit
Sets the power limit of a GPU.
Syntax
ADLX_RESULT SetPowerLimit (adlx_int curVal)
Parameters
-
[in]
curVal adlx_int The new power limit value (in %) .
Return Value
If the power limit value is successfully set, ADLX_OK is returned.
If the power limit value is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
A higher power limit increases performance headroom.
Requirements
Header |
include “IGPUManualPowerTuning.h” |
Minimum version |
1.0 |