Skip to content

SetGPUMinFrequency

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualGraphicsTuning2

Syntax

ADLX_RESULT    SetGPUMinFrequency (adlx_int minFreq)

Parameters

#DirectionNameTypeDescription
1.[in]minFreqadlx_intThe new minimum frequency value (in MHz).

Return Value

If the minimum frequency value is successfully set, ADLX_OK is returned.

If the one click auto tuning feature is enabled, ADLX_RESET_NEEDED is returned.

In this case, the overdrive feature must be reset to factory setting using ResetToFactory.

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

Headerinclude “IGPUManualGFXTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums