Skip to content

SetGPUMaxFrequency

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualGraphicsTuning2

Syntax

ADLX_RESULT    SetGPUMaxFrequency (adlx_int maxFreq)

Parameters

#DirectionNameTypeDescription
1.[in]maxFreqadlx_intThe new maximum frequency (in MHz) value.

Return Value

If the maximum frequency (offset) 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 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

Headerinclude “IGPUManualGFXTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums