SetGPUMaxFrequency
Sets the maximum frequency (offset) on a GPU.
Syntax
ADLX_RESULT SetGPUMaxFrequency (adlx_int maxFreq)
Parameters
-
[in]
maxFreq adlx_int The new maximum frequency (offset) value (in MHz).
Return Value
If the maximum frequency (offset) value is successfully set, ADLX_OK is returned.
If the maximum frequency (offset) 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. Start from Navi4+, the maximum frequency is an offset from the base frequency.
Requirements
Header |
include “IGPUManualGFXTuning.h” |
Minimum version |
1.0 |