GetMinAcousticLimit

Gets the current minimum acoustic limit on a GPU.

Syntax

Copied!

ADLX_RESULT     GetMinAcousticLimit (adlx_int* value)

Parameters

  1. [out] value adlx_int* The pointer to a variable where the min acoustic limit value (in MHz) is returned.

Return Value

If the min acoustic limit value is successfully returned, ADLX_OK is returned.

If the min acoustic limit value is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Some GPUs support Minimum Acoustic Limit adjustments (in MHz).

Requirements

Header

include “IGPUManualFanTuning.h”

Minimum version

1.0