SetGPUMaxFrequency
Sets the maximum frequency on a GPU.
Syntax
ADLX_RESULT SetGPUMaxFrequency (adlx_int maxFreq)
Parameters
-
[in]
maxFreq adlx_int The new maximum frequency (in MHz) value.
Return Value
If the maximum frequency value is successfully set, ADLX_OK is returned.
If the maximum frequency value is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Some GPUs support maximum GPU clock speed adjustment within a range.
Requirements
Header |
include “IGPUManualGFXTuning.h” |
Minimum version |
1.0 |