GetTDCLimitRange
Gets the manual power tuning minimum Thermal Design Current (TDC) range, maximum TDC range, and step TDC range on a GPU.
Thermal Design Current (TDC) functionality is not currently implemented in a production application. Usecase validation for these methods should be performed by application developers.
Syntax
ADLX_RESULT GetTDCLimitRange (ADLX_IntRange * tuningRange)
Parameters
-
[out]
tuningRange ADLX_IntRange * The pointer to a variable where the manual TDC limit range (in %) is returned.
Return Value
If the TDC limit range is successfully returned, ADLX_OK is returned.
If the TDC limit range is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IGPUManualPowerTuning.h” |
Minimum version |
1.0 |