ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Define_connection_types

These defines are the connection types constants which indicates what are the valid connection type of given connector. It is used by ADL_Adapter_SupportedConnections_GetIndicates the VGA connection type is valid. More...

Macros

#define ADL_CONNECTION_BITMAST_FROM_INDEX(index)   (1 << index)
 Macros for generating bitmask from index. More...
 
#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE   12
 Indicates the active dongle, all types. More...
 
#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_DVI_DL   6
 Indicates the Active dongle DP->DVI(double link) connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_DVI_SL   5
 Indicates the Active dongle DP->DVI(single link) connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_HDMI   7
 Indicates the Active dongle DP->HDMI connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_VGA   8
 Indicates the Active dongle DP->VGA connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_DISPLAY_PORT   4
 Indicates the DISPLAY PORT connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_DVI   1
 Indicates the DVI_I connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_DVI_SL   2
 Indicates the DVI_SL connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_HDMI   3
 Indicates the HDMI connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_MST   11
 Indicates the MST type is valid. More...
 
#define ADL_CONNECTION_TYPE_PASSIVE_DONGLE_DP_DVI   10
 Indicates the Active dongle DP->VGA connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_PASSIVE_DONGLE_DP_HDMI   9
 Indicates the Passive dongle DP->HDMI connection type is valid. More...
 
#define ADL_CONNECTION_TYPE_VGA   0
 
#define ADL_CONNECTION_TYPE_VIRTUAL   13
 Indicates the Virtual Connection Type. More...
 

Detailed Description

These defines are the connection types constants which indicates what are the valid connection type of given connector. It is used by ADL_Adapter_SupportedConnections_Get

Indicates the VGA connection type is valid.

Macro Definition Documentation

◆ ADL_CONNECTION_BITMAST_FROM_INDEX

#define ADL_CONNECTION_BITMAST_FROM_INDEX (   index)    (1 << index)

Macros for generating bitmask from index.

◆ ADL_CONNECTION_TYPE_ACTIVE_DONGLE

#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE   12

Indicates the active dongle, all types.

◆ ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_DVI_DL

#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_DVI_DL   6

Indicates the Active dongle DP->DVI(double link) connection type is valid.

◆ ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_DVI_SL

#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_DVI_SL   5

Indicates the Active dongle DP->DVI(single link) connection type is valid.

◆ ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_HDMI

#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_HDMI   7

Indicates the Active dongle DP->HDMI connection type is valid.

◆ ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_VGA

#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE_DP_VGA   8

Indicates the Active dongle DP->VGA connection type is valid.

◆ ADL_CONNECTION_TYPE_DISPLAY_PORT

#define ADL_CONNECTION_TYPE_DISPLAY_PORT   4

Indicates the DISPLAY PORT connection type is valid.

◆ ADL_CONNECTION_TYPE_DVI

#define ADL_CONNECTION_TYPE_DVI   1

Indicates the DVI_I connection type is valid.

◆ ADL_CONNECTION_TYPE_DVI_SL

#define ADL_CONNECTION_TYPE_DVI_SL   2

Indicates the DVI_SL connection type is valid.

◆ ADL_CONNECTION_TYPE_HDMI

#define ADL_CONNECTION_TYPE_HDMI   3

Indicates the HDMI connection type is valid.

◆ ADL_CONNECTION_TYPE_MST

#define ADL_CONNECTION_TYPE_MST   11

Indicates the MST type is valid.

◆ ADL_CONNECTION_TYPE_PASSIVE_DONGLE_DP_DVI

#define ADL_CONNECTION_TYPE_PASSIVE_DONGLE_DP_DVI   10

Indicates the Active dongle DP->VGA connection type is valid.

◆ ADL_CONNECTION_TYPE_PASSIVE_DONGLE_DP_HDMI

#define ADL_CONNECTION_TYPE_PASSIVE_DONGLE_DP_HDMI   9

Indicates the Passive dongle DP->HDMI connection type is valid.

◆ ADL_CONNECTION_TYPE_VGA

#define ADL_CONNECTION_TYPE_VGA   0

◆ ADL_CONNECTION_TYPE_VIRTUAL

#define ADL_CONNECTION_TYPE_VIRTUAL   13

Indicates the Virtual Connection Type.


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