GetGPUVoltage
Gets the current clock voltage (offset) value on a GPU.
Syntax
ADLX_RESULT GetGPUVoltage (adlx_int* volt)
Parameters
-
[out]
volt adlx_int* The pointer to a variable where the GPU voltage (offset) value (in mV) is returned.
Return Value
If the clock voltage (offset) value is successfully returned, ADLX_OK is returned.
If the clock voltage (offset) value is not successfully returned, 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 |