Skip to content

IADLXManualFanTuning

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXManualFanTuning interface provides methods to control manual fan tuning on a GPU.

InterfaceId:IADLXManualFanTuning
Smart Pointer Interface Name:IADLXManualFanTuningPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
GetEmptyFanTuningStatesGets the reference counted list of empty GPU fan tuning states on a GPU.
GetFanTuningRangesGets the fan speed range and the temperature range on a GPU.
GetFanTuningStatesGets the reference counted list of current GPU fan tuning states on a GPU.
GetMinAcousticLimitGets the current minimum acoustic limit on a GPU.
GetMinAcousticLimitRangeGets the maximum value, minimum value, and step for the minimum acoustic limit on a GPU.
GetMinFanSpeedGets the current minimum fan speed on a GPU.
GetMinFanSpeedRangeGets the maximum value, minimum value, and step for the minimum fan speed on a GPU.
GetTargetFanSpeedGets the current target fan speed on a GPU.
GetTargetFanSpeedRangeGets the maximum value, minimum value, and step for the target fan speed on a GPU.
GetZeroRPMStateChecks if zero RPM is currently activated on a GPU.
IsSupportedMinAcousticLimitChecks if the minimum acoustic limit is supported on a GPU.
IsSupportedMinFanSpeedChecks if the minimum fan speed is supported on a GPU.
IsSupportedTargetFanSpeedChecks if the target fan speed is supported on a GPU.
IsSupportedZeroRPMChecks if zero RPM is supported on a GPU.
IsValidFanTuningStatesChecks if each GPU fan tuning state in a list is valid on a GPU.
SetFanTuningStatesSets the fan tuning states on a GPU.
SetMinAcousticLimitSets the minimum acoustic limit on a GPU.
SetMinFanSpeedSets the minimum fan speed on a GPU.
SetTargetFanSpeedSets the target fan speed on a GPU.
SetZeroRPMStateEnables or disables zero RPM on a GPU.

Requirements

Headerinclude “IGPUManualFanTuning.h”
Minimum version1.0

Example

To see how to use this interface in a C++ application, refer to the ManualFanTuning C++ sample.

For a C application, refer to the ManualFanTuning C sample.

Subpages

API Reference

This page references: