Skip to content

GetGPUVoltageRange

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualGraphicsTuning2

Syntax

ADLX_RESULT    GetGPUVoltageRange (ADLX_IntRange* tuningRange)

Parameters

#DirectionNameTypeDescription
1.[out]tuningRangeADLX_IntRangeThe pointer to a variable where the clock voltage (offset) range (in mV) is returned.

Return Value

If the clock voltage (offset) range is successfully returned, ADLX_OK is returned.

If the clock voltage (offset) range 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 adjustment within a range. Start from Navi4+, the GPU voltage is an offset from the base voltage.

Requirements

Headerinclude “IGPUManualGFXTuning.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums