Skip to content

GetGPUMaxFrequency

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualGraphicsTuning2

Syntax

ADLX_RESULT    GetGPUMaxFrequency (adlx_int* maxFreq)

Parameters

#DirectionNameTypeDescription
1.[out]maxFreqadlx_int*The pointer to a variable where the maximum frequency (offset) value (in MHz) is returned.

Return Value

If the maximum frequency (offset) value is successfully returned, ADLX_OK is returned.

If the maximum frequency (offset) value is not successfully returned, 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: ADLX Enums