IsCurrentTurbo
Checks if the turbo tuning preset is used on a GPU.
Syntax
ADLX_RESULT IsCurrentTurbo (adlx_bool* isTurbo)
Parameters
-
[out]
isTurbo adlx_bool* The pointer to a variable where the state of turbo is returned. The variable is true if turbo is applied. The variable is false if turbo is not applied.
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 preset is limited to some GPUs.
Requirements
Header |
include “IGPUAutoTuning.h” |
Minimum version |
1.0 |