SetTDCLimit
Sets the Thermal Design Current (TDC) limit of 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 SetTDCLimit (adlx_int curVal)
Parameters
-
[in]
curVal adlx_int The new TDC limit value (in %).
Return Value
If the TDC limit value is successfully set, ADLX_OK is returned.
If the TDC limit value is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
A higher TDC limit increases performance headroom.
Requirements
Header |
include “IGPUManualPowerTuning.h” |
Minimum version |
1.0 |