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

Structure containing supported connection types and properties. More...

#include <adl_structures.h>

Data Fields

int iSupportedConnections
 Bit vector of supported connections. Bitmask is defined in constants section. Define_connection_types. More...
 
int iSupportedProperties [32]
 Array of bitvectors. Each bit vector represents supported properties for one connection type. Index of this array is connection type (bit number in mask). More...
 

Detailed Description

Structure containing supported connection types and properties.

this structure is used to get the supported connection types and supported properties of given connector

Field Documentation

◆ iSupportedConnections

int ADLSupportedConnections::iSupportedConnections

Bit vector of supported connections. Bitmask is defined in constants section. Define_connection_types.

◆ iSupportedProperties

int ADLSupportedConnections::iSupportedProperties[32]

Array of bitvectors. Each bit vector represents supported properties for one connection type. Index of this array is connection type (bit number in mask).


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

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