IsSupportedTurbo

Checks if the turbo tuning preset is supported on a GPU.

Syntax

Copied!

ADLX_RESULT     IsSupportedTurbo (adlx_bool* supported)

Parameters

  1. [out] supported adlx_bool* The pointer to a variable where the state of turbo is returned. The variable is true if turbo is supported. The variable is false if turbo is not supported.

Return Value

If the state of turbo is successfully returned, ADLX_OK is returned.

If the state of turbo is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The turbo tuning preset sets a higher power limit to allow more headroom for performance. Use of the turbo tuning preset is limited to some GPUs.

Requirements

Header

include “IGPUAutoTuning.h”

Minimum version

1.0