ADL (AMD Display Library) Public APIs
Version 17.1
|
General Definitions | |
#define | ADL_TRUE 1 |
Defines ADL_TRUE. More... | |
#define | ADL_FALSE 0 |
Defines ADL_FALSE. More... | |
#define | ADL_MAX_CHAR 4096 |
Defines the maximum string length. More... | |
#define | ADL_MAX_PATH 256 |
Defines the maximum string length. More... | |
#define | ADL_MAX_ADAPTERS 250 |
Defines the maximum number of supported adapters. More... | |
#define | ADL_MAX_DISPLAYS 150 |
Defines the maxumum number of supported displays. More... | |
#define | ADL_MAX_DEVICENAME 32 |
Defines the maxumum string length for device name. More... | |
#define | ADL_ADAPTER_INDEX_ALL -1 |
Defines for all adapters. More... | |
#define | ADL_MAIN_API_OPTION_NONE 0 |
Defines APIs with iOption none. More... | |
Definitions for iOption parameter used by | |
#define | ADL_DDC_OPTION_SWITCHDDC2 0x00000001 |
Switch to DDC line 2 before sending the command to the display. More... | |
#define | ADL_DDC_OPTION_RESTORECOMMAND 0x00000002 |
Save command in the registry under a unique key, corresponding to parameter iCommandIndex. More... | |
#define | ADL_DDC_OPTION_COMBOWRITEREAD 0x00000010 |
Combine write-read DDC block access command. More... | |
#define | ADL_DDC_OPTION_SENDTOIMMEDIATEDEVICE 0x00000020 |
Values for | |
ADLI2C.iAction used with ADL_Display_WriteAndReadI2C() | |
#define | ADL_DL_I2C_ACTIONREAD 0x00000001 |
#define | ADL_DL_I2C_ACTIONWRITE 0x00000002 |
#define | ADL_DL_I2C_ACTIONREAD_REPEATEDSTART 0x00000003 |
#define | ADL_DL_I2C_ACTIONIS_PRESENT 0x00000004 |
#define ADL_ADAPTER_INDEX_ALL -1 |
Defines for all adapters.
#define ADL_DDC_OPTION_COMBOWRITEREAD 0x00000010 |
Combine write-read DDC block access command.
#define ADL_DDC_OPTION_RESTORECOMMAND 0x00000002 |
Save command in the registry under a unique key, corresponding to parameter iCommandIndex.
#define ADL_DDC_OPTION_SENDTOIMMEDIATEDEVICE 0x00000020 |
Direct DDC access to the immediate device connected to graphics card. MST with this option set: DDC command is sent to first branch. MST with this option not set: DDC command is sent to the end node sink device.
#define ADL_DDC_OPTION_SWITCHDDC2 0x00000001 |
Switch to DDC line 2 before sending the command to the display.
#define ADL_DL_I2C_ACTIONIS_PRESENT 0x00000004 |
#define ADL_DL_I2C_ACTIONREAD 0x00000001 |
#define ADL_DL_I2C_ACTIONREAD_REPEATEDSTART 0x00000003 |
#define ADL_DL_I2C_ACTIONWRITE 0x00000002 |
#define ADL_FALSE 0 |
Defines ADL_FALSE.
#define ADL_MAIN_API_OPTION_NONE 0 |
Defines APIs with iOption none.
#define ADL_MAX_ADAPTERS 250 |
Defines the maximum number of supported adapters.
#define ADL_MAX_CHAR 4096 |
Defines the maximum string length.
#define ADL_MAX_DEVICENAME 32 |
Defines the maxumum string length for device name.
#define ADL_MAX_DISPLAYS 150 |
Defines the maxumum number of supported displays.
#define ADL_MAX_PATH 256 |
Defines the maximum string length.
#define ADL_TRUE 1 |
Defines ADL_TRUE.