ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about Overdrive 6 clocks. More...
#include <adl_structures.h>
Data Fields | |
ADLOD6PerformanceLevel | aLevels [1] |
int | iExtMask |
Mask for future extension. More... | |
int | iExtValue |
Value for future extension. More... | |
int | iNumberOfPerformanceLevels |
Structure containing information about Overdrive 6 clocks.
This structure is used to store information about Overdrive 6 clocks. This is a variable-sized structure. iNumberOfPerformanceLevels indicate how many elements are contained in the aLevels array.
ADLOD6PerformanceLevel ADLOD6StateInfo::aLevels[1] |
Variable-sized array of levels. The number of elements in the array is specified by iNumberofPerformanceLevels.
int ADLOD6StateInfo::iExtMask |
Mask for future extension.
int ADLOD6StateInfo::iExtValue |
Value for future extension.
int ADLOD6StateInfo::iNumberOfPerformanceLevels |
Number of levels. OD6 uses clock ranges instead of discrete performance levels. iNumberOfPerformanceLevels is always 2. The 1st level indicates the minimum clocks in the range. The 2nd level indicates the maximum clocks in the range.