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