SetGPUVoltage

Sets the clock voltage on a GPU.

Syntax

Copied!

ADLX_RESULT     SetGPUVoltage (adlx_int volt)

Parameters

  1. [in] volt adlx_int The new GPU voltage (in mV).

Return Value

If the clock voltage value is successfully set, ADLX_OK is returned.

If the clock voltage 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 adjustment within a range.

Requirements

Header

include “IGPUManualGFXTuning.h”

Minimum version

1.0