|
ADL (AMD Display Library) Public APIs
Version 18.1
|
Structure containing information about Overdrive 6 thermal contoller capabilities. More...
#include <adl_structures.h>
Data Fields | |
| int | iCapabilities |
| int | iExtMask |
| Mask for future extension. More... | |
| int | iExtValue |
| Value for future extension. More... | |
| int | iFanMaxPercent |
| Maximum fan speed expressed as a percentage. More... | |
| int | iFanMaxRPM |
| Maximum fan speed expressed in revolutions-per-minute. More... | |
| int | iFanMinPercent |
| Minimum fan speed expressed as a percentage. More... | |
| int | iFanMinRPM |
| Minimum fan speed expressed in revolutions-per-minute. More... | |
Structure containing information about Overdrive 6 thermal contoller capabilities.
This structure is used to store information about Overdrive 6 thermal controller capabilities
| int ADLOD6ThermalControllerCaps::iCapabilities |
Contains a bitmap of thermal controller capability flags. Possible values: ADL_OD6_TCCAPS_THERMAL_CONTROLLER, ADL_OD6_TCCAPS_FANSPEED_CONTROL, ADL_OD6_TCCAPS_FANSPEED_PERCENT_READ, ADL_OD6_TCCAPS_FANSPEED_PERCENT_WRITE, ADL_OD6_TCCAPS_FANSPEED_RPM_READ, ADL_OD6_TCCAPS_FANSPEED_RPM_WRITE
| int ADLOD6ThermalControllerCaps::iExtMask |
Mask for future extension.
| int ADLOD6ThermalControllerCaps::iExtValue |
Value for future extension.
| int ADLOD6ThermalControllerCaps::iFanMaxPercent |
Maximum fan speed expressed as a percentage.
| int ADLOD6ThermalControllerCaps::iFanMaxRPM |
Maximum fan speed expressed in revolutions-per-minute.
| int ADLOD6ThermalControllerCaps::iFanMinPercent |
Minimum fan speed expressed as a percentage.
| int ADLOD6ThermalControllerCaps::iFanMinRPM |
Minimum fan speed expressed in revolutions-per-minute.