GetMaxVRAMFrequency
Gets the current maximum frequency value of a VRAM on a GPU.
Syntax
ADLX_RESULT GetMaxVRAMFrequency (adlx_int* freq)
Parameters
-
[out]
freq adlx_int* The pointer to a variable where the max frequency value (in MHz) is returned.
Return Value
If the max frequency value is successfully returned, ADLX_OK is returned.
If the max frequency value is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IGPUManualVRAMTuning.h” |
Minimum version |
1.0 |