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

Structure containing information about Overdrive 6 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 iNumberOfPerformanceLevels
 
int iSupportedStates
 
ADLOD6ParameterRange sEngineClockRange
 
ADLOD6ParameterRange sMemoryClockRange
 

Detailed Description

Structure containing information about Overdrive 6 capabilities.

This structure is used to store information about Overdrive 6 capabilities

Field Documentation

◆ iCapabilities

int ADLOD6Capabilities::iCapabilities

◆ iExtMask

int ADLOD6Capabilities::iExtMask

Mask for future extension.

◆ iExtValue

int ADLOD6Capabilities::iExtValue

Value for future extension.

◆ iNumberOfPerformanceLevels

int ADLOD6Capabilities::iNumberOfPerformanceLevels

Number of levels. OD6 will always use 2 levels, which describe the minimum to maximum clock ranges. The 1st level indicates the minimum clocks, and the 2nd level indicates the maximum clocks.

◆ iSupportedStates

int ADLOD6Capabilities::iSupportedStates

Contains a bitmap indicating the power states supported by OD6. Currently only the performance state is supported. Possible Values: ADL_OD6_SUPPORTEDSTATE_PERFORMANCE

◆ sEngineClockRange

ADLOD6ParameterRange ADLOD6Capabilities::sEngineClockRange

Contains the hard limits of the sclk range. Overdrive clocks cannot be set outside this range.

◆ sMemoryClockRange

ADLOD6ParameterRange ADLOD6Capabilities::sMemoryClockRange

Contains the hard limits of the mclk range. Overdrive clocks cannot be set outside this range.


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

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