Skip to content

SetPowerLimit

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualPowerTuning

Syntax

ADLX_RESULT    SetPowerLimit (adlx_int curVal)

Parameters

#DirectionNameTypeDescription
1.[in]curValadlx_intThe new power limit value (in %) .

Return Value

If the power limit 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 power limit value is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

A higher power limit increases performance headroom.

Requirements

Headerinclude “IGPUManualPowerTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums