GetMinAcousticLimitRange
Gets the maximum value, minimum value, and step for the minimum acoustic limit on a GPU.
Syntax
ADLX_RESULT GetMinAcousticLimitRange (ADLX_IntRange * tuningRange)
Parameters
-
[out]
tuningRange ADLX_IntRange * The pointer to a variable where the min acoustic limit range (in MHz) is returned.
Return Value
If the min acoustic limit range is successfully returned, ADLX_OK is returned.
If the min acoustic limit range 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 |