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