GetVRAMTuningRanges
Gets the VRAM frequency range and the VRAM voltage range on a GPU.
Syntax
ADLX_RESULT GetVRAMTuningRanges (ADLX_IntRange * frequencyRange, ADLX_IntRange * voltageRange)
Parameters
-
[out]
frequencyRange ADLX_IntRange * The pointer to a variable where the frequency range (in MHz) is returned. -
[out]
voltageRange ADLX_IntRange * The 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
Header |
include “IGPUManualVRAMTuning.h” |
Minimum version |
1.0 |