SetGPUVoltage
Sets the clock voltage (offset) on a GPU.
Syntax
ADLX_RESULT SetGPUVoltage (offset) (adlx_int volt)
Parameters
-
[in]
volt adlx_int The new GPU voltage (offset) value (in mV).
Return Value
If the clock voltage (offset) value is successfully set, ADLX_OK is returned.
If the clock voltage (offset) value is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Some GPUs support GPU voltage (offset) adjustment within a range. Start from Navi4+, the GPU voltage is an offset from the base voltage.
Requirements
Header |
include “IGPUManualGFXTuning.h” |
Minimum version |
1.0 |