ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLThermalControllerInfo Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ iDomainIndex

int ADLThermalControllerInfo::iDomainIndex

GPU 0, 1, etc.

◆ iFlags

int ADLThermalControllerInfo::iFlags

◆ iSize

int ADLThermalControllerInfo::iSize

Must be set to the size of the structure.

◆ iThermalDomain

int ADLThermalControllerInfo::iThermalDomain

The documentation for this struct was generated from the following file:

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.