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

Structure containing connection information. More...

#include <adl_structures.h>

Data Fields

ADLConnectionProperties aConnectionProperties
 Specifies the connection properties. More...
 
char EdidData [1024]
 EDID Data. More...
 
int iActiveConnections
 Number of Active Connections. More...
 
int iConnectionType
 Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid, Define_connection_types. More...
 
int iDataSize
 actual size of EDID data block size. More...
 
int iNumberofPorts
 Number of ports. More...
 

Detailed Description

Structure containing connection information.

this structure is used to retrieve the data from driver which includes

Field Documentation

◆ aConnectionProperties

ADLConnectionProperties ADLConnectionData::aConnectionProperties

Specifies the connection properties.

◆ EdidData

char ADLConnectionData::EdidData[1024]

EDID Data.

◆ iActiveConnections

int ADLConnectionData::iActiveConnections

Number of Active Connections.

◆ iConnectionType

int ADLConnectionData::iConnectionType

Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid, Define_connection_types.

◆ iDataSize

int ADLConnectionData::iDataSize

actual size of EDID data block size.

◆ iNumberofPorts

int ADLConnectionData::iNumberofPorts

Number of ports.


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

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