Skip to content

SetTDCLimit

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXManualPowerTuning

Thermal Design Current (TDC) functionality is not currently implemented in a production application. Usecase validation for these methods should be performed by application developers.

Syntax

ADLX_RESULT    SetTDCLimit (adlx_int curVal)

Parameters

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

Return Value

If the TDC 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 TDC 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 TDC limit increases performance headroom.

Requirements

Headerinclude “IGPUManualPowerTuning.h”
Minimum version1.0

See Also: ResetToFactory, ADLX Enums