IsCurrentUndervoltGPU

Checks if the GPU undervolting tuning profile is currently enabled on a GPU.

Syntax

Copied!

ADLX_RESULT     IsCurrentUndervoltGPU (adlx_bool* isUndervoltGPU)

Parameters

  1. [out] isUndervoltGPU adlx_bool* The pointer to a variable where the state of GPU undervolting is returned. The variable is true if GPU undervolting is applied. The variable is false if GPU undervolting is not applied.

Return Value

If the state of GPU undervolting is successfully returned, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

GPU undervolting reduces voltage and maintains clock speed to improve performance per watt.

Requirements

Header

include “IGPUAutoTuning.h”

Minimum version

1.0