Defines | |
#define | ADL_CONNECTION_TYPE_VGA 0 |
Indicates the VGA 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_DISPLAY_PORT 4 |
Indicates the DISPLAY PORT 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_DVI_DL 6 |
Indicates the Active dongle DP->DVI(double 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_PASSIVE_DONGLE_DP_HDMI 9 |
Indicates the Passive dongle DP->HDMI connection 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_MST 11 |
Indicates the MST type is valid. | |
#define | ADL_CONNECTION_TYPE_ACTIVE_DONGLE 12 |
Indicates the active dongle, all types. | |
#define | ADL_CONNECTION_TYPE_VIRTUAL 13 |
Indicates the Virtual Connection Type. | |
#define | ADL_CONNECTION_BITMAST_FROM_INDEX(index) (1 << index) |
Macros for generating bitmask from index. |
#define ADL_CONNECTION_TYPE_VGA 0 |
Indicates the VGA 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_DISPLAY_PORT 4 |
Indicates the DISPLAY PORT 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_DVI_DL 6 |
Indicates the Active dongle DP->DVI(double 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_PASSIVE_DONGLE_DP_HDMI 9 |
Indicates the Passive dongle DP->HDMI connection 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_MST 11 |
#define ADL_CONNECTION_TYPE_ACTIVE_DONGLE 12 |
Indicates the active dongle, all types.
#define ADL_CONNECTION_TYPE_VIRTUAL 13 |
Indicates the Virtual Connection Type.
#define ADL_CONNECTION_BITMAST_FROM_INDEX | ( | index | ) | (1 << index) |
Macros for generating bitmask from index.