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