GetMinFanSpeed

Gets the current minimum fan speed on a GPU.

Syntax

Copied!

ADLX_RESULT     GetMinFanSpeed (adlx_int* value)

Parameters

  1. [out] value adlx_int* The pointer to a variable where the minimum fan speed value (in RPM) is returned.

Return Value

If the minimum fan speed value is successfully returned, ADLX_OK is returned.

If the minimum fan speed 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 fan speed adjustments (in MHz).

Requirements

Header

include “IGPUManualFanTuning.h”

Minimum version

1.0