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

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
 

Detailed Description

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.

Field Documentation

◆ aLevels

ADLOD6PerformanceLevel ADLOD6StateInfo::aLevels[1]

Variable-sized array of levels. The number of elements in the array is specified by iNumberofPerformanceLevels.

◆ iExtMask

int ADLOD6StateInfo::iExtMask

Mask for future extension.

◆ iExtValue

int ADLOD6StateInfo::iExtValue

Value for future extension.

◆ iNumberOfPerformanceLevels

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.


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

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