Skip to content

GetVRAMTuningRanges

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualVRAMTuning1

Syntax

ADLX_RESULT    GetVRAMTuningRanges (ADLX_IntRange* frequencyRange, ADLX_IntRange* voltageRange)

Parameters

#DirectionNameTypeDescription
1.[out]frequencyRangeADLX_IntRangeThe pointer to a variable where the frequency range (in MHz) is returned.
#DirectionNameTypeDescription
---------------
2.[out]voltageRangeADLX_IntRangeThe pointer to a variable where the voltage range (in mV) is returned.

Return Value

If the frequency and voltage range are successfully returned, ADLX_OK is returned.

If the frequency and voltage range are not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The VRAM frequency range and the VRAM voltage range are applicable to all the VRAM states on this GPU.

Requirements

Headerinclude “IGPUManualVRAMTuning.h”
Minimum version1.0

See Also: ADLX_IntRange, ADLX Enums