SetZeroRPMState
Enables or disables zero RPM on a GPU.
Syntax
ADLX_RESULT SetZeroRPMState (adlx_bool set)
Parameters
-
[in]
isSet adlx_bool The new zero RPM state. Set true to enable zero RPM. Set false to disable zero RPM.
Return Value
If the state of zero RPM is successfully set, ADLX_OK is returned.
If the state of zero RPM is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Zero RPM enables quiet operation when the GPU is under a light load and speeds up the fans when the GPU load and temperature increases.
Requirements
Header |
include “IGPUManualFanTuning.h” |
Minimum version |
1.0 |