|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing information about thermal controller. More...
#include <adl_structures.h>
Data Fields | |
| int | iDomainIndex |
| GPU 0, 1, etc. More... | |
| int | iFlags |
| Possible valies: ADL_DL_THERMAL_FLAG_INTERRUPT or ADL_DL_THERMAL_FLAG_FANCONTROL. More... | |
| int | iSize |
| Must be set to the size of the structure. More... | |
| int | iThermalDomain |
| Possible valies: ADL_DL_THERMAL_DOMAIN_OTHER or ADL_DL_THERMAL_DOMAIN_GPU. More... | |
Structure containing information about thermal controller.
This structure is used to store information about thermal controller. This structure is used by ADL_PM_ThermalDevices_Enum.
| int ADLThermalControllerInfo::iDomainIndex |
GPU 0, 1, etc.
| int ADLThermalControllerInfo::iFlags |
Possible valies: ADL_DL_THERMAL_FLAG_INTERRUPT or ADL_DL_THERMAL_FLAG_FANCONTROL.
| int ADLThermalControllerInfo::iSize |
Must be set to the size of the structure.
| int ADLThermalControllerInfo::iThermalDomain |
Possible valies: ADL_DL_THERMAL_DOMAIN_OTHER or ADL_DL_THERMAL_DOMAIN_GPU.