SetGPUMinFrequency
Sets the minimum frequency on a GPU.
Syntax
ADLX_RESULT SetGPUMinFrequency (adlx_int minFreq)
Parameters
-
[in]
minFreq adlx_int The new minimum frequency value (in MHz).
Return Value
If the minimum frequency value is successfully set, ADLX_OK is returned.
If the minimum 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 minimum GPU clock speed adjustment within a range.
Requirements
Header |
include “IGPUManualGFXTuning.h” |
Minimum version |
1.0 |