GetGPUMinFrequencyRange
Gets the minimum frequency range on a GPU.
Syntax
ADLX_RESULT GetGPUMinFrequencyRange (ADLX_IntRange * tuningRange)
Parameters
-
[out]
tuningRange ADLX_IntRange * The pointer to a variable where the minimum frequency range (in MHz) is returned.
Return Value
If the minimum frequency range is successfully returned, ADLX_OK is returned.
If the minimum frequency 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 GPU clock speed adjustment within a range.
Requirements
Header |
include “IGPUManualGFXTuning.h” |
Minimum version |
1.0 |