|
ADL (AMD Display Library) Public APIs
Version 18.1
|
This group describes the Timing Overide related APIs. More...
Functions | |
| int | ADL2_Adapter_ModeTimingOverride_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported) |
| Function to retrieve Timing Override support. More... | |
| int | ADL2_Display_ModeTimingOverride_Delete (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLDisplayID displayID, ADLDisplayModeX2 *lpMode, int iForceUpdate) |
| Function to delete display mode timing override information. More... | |
| int | ADL2_Display_ModeTimingOverride_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, ADLDisplayMode *lpModeIn, ADLDisplayModeInfo *lpModeInfoOut) |
| Function to retrieve display mode timing override information. More... | |
| int | ADL2_Display_ModeTimingOverride_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, ADLDisplayModeInfo *lpMode, int iForceUpdate) |
| Function to set display mode timing override information. More... | |
| int | ADL2_Display_ModeTimingOverrideInfo_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, ADL_DL_DISPLAY_MODE *lpModeIn, ADL_DL_DISPLAYMODEINFO *lpModeInfoOut) |
| Function to retrieve display mode timing override information. More... | |
| int | ADL2_Display_ModeTimingOverrideList_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, int iMaxNumOfOverrides, ADLDisplayModeInfo *lpModeInfoList, int *lpNumOfOverrides) |
| Function to get the display mode timing override list. More... | |
| int | ADL2_Display_ModeTimingOverrideListX2_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLDisplayID displayID, int *lpNumOfModes, ADLDisplayModeInfo **lpModeInfoList) |
| Function to get the display mode timing override list. More... | |
| int | ADL2_Display_ModeTimingOverrideListX3_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLDisplayID displayID, int *lpNumOfModes, ADLDisplayModeInfoX2 **lpModeInfoList) |
| int | ADL2_Display_ModeTimingOverrideX2_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLDisplayID displayID, ADLDisplayModeX2 *lpModeIn, ADLDisplayModeInfo *lpModeInfoOut) |
| Function to retrieve display mode timing override information. More... | |
| int | ADL2_Display_ModeTimingOverrideX2_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iDisplayIndex, ADLDisplayModeInfoX2 *lpMode, int iForceUpdate) |
| int | ADL2_Display_ModeTimingOverrideX3_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLDisplayID displayID, ADLDisplayModeX2 *lpModeIn, ADLDisplayModeInfoX2 *lpModeInfoOut) |
| int | ADL_Adapter_ModeTimingOverride_Caps (int iAdapterIndex, int *lpSupported) |
| Function to retrieve Timing Override support. More... | |
| int | ADL_Display_ModeTimingOverride_Delete (int iAdapterIndex, ADLDisplayID displayID, ADLDisplayModeX2 *lpMode, int iForceUpdate) |
| Function to delete display mode timing override information. More... | |
| int | ADL_Display_ModeTimingOverride_Get (int iAdapterIndex, int iDisplayIndex, ADLDisplayMode *lpModeIn, ADLDisplayModeInfo *lpModeInfoOut) |
| Function to retrieve display mode timing override information. More... | |
| int | ADL_Display_ModeTimingOverride_Set (int iAdapterIndex, int iDisplayIndex, ADLDisplayModeInfo *lpMode, int iForceUpdate) |
| Function to set display mode timing override information. More... | |
| int | ADL_Display_ModeTimingOverrideInfo_Get (int iAdapterIndex, int iDisplayIndex, ADL_DL_DISPLAY_MODE *lpModeIn, ADL_DL_DISPLAYMODEINFO *lpModeInfoOut) |
| Function to retrieve display mode timing override information. More... | |
| int | ADL_Display_ModeTimingOverrideList_Get (int iAdapterIndex, int iDisplayIndex, int iMaxNumOfOverrides, ADLDisplayModeInfo *lpModeInfoList, int *lpNumOfOverrides) |
| Function to get the display mode timing override list. More... | |
| int | ADL_Display_ModeTimingOverrideListX2_Get (int iAdapterIndex, ADLDisplayID displayID, int *lpNumOfModes, ADLDisplayModeInfo **lpModeInfoList) |
| Function to get the display mode timing override list. More... | |
| int | ADL_Display_ModeTimingOverrideX2_Get (int iAdapterIndex, ADLDisplayID displayID, ADLDisplayModeX2 *lpModeIn, ADLDisplayModeInfo *lpModeInfoOut) |
| Function to retrieve display mode timing override information. More... | |
This group describes the Timing Overide related APIs.
| int ADL2_Adapter_ModeTimingOverride_Caps | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int * | lpSupported | ||
| ) |
Function to retrieve Timing Override support.
This function retrieves Timing Override support for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [out] | lpSupported | If the specified adapter supports Custom Resolutions then returns ADL_TRUE else ADL_FALSE |
| int ADL2_Display_ModeTimingOverride_Delete | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| ADLDisplayID | displayID, | ||
| ADLDisplayModeX2 * | lpMode, | ||
| int | iForceUpdate | ||
| ) |
Function to delete display mode timing override information.
This function delete display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [in] | iForceUpdate | The value which forces the update of the timing override information. |
| int ADL2_Display_ModeTimingOverride_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| ADLDisplayMode * | lpModeIn, | ||
| ADLDisplayModeInfo * | lpModeInfoOut | ||
| ) |
Function to retrieve display mode timing override information.
This function retrieves display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the ADLDisplayModeInfo structure storing the retrieved display mode information. |
| int ADL2_Display_ModeTimingOverride_Set | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| ADLDisplayModeInfo * | lpMode, | ||
| int | iForceUpdate | ||
| ) |
Function to set display mode timing override information.
This function sets display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpMode | The pointer to the ADLDisplayModeInfo structure which sets the display mode timing override information. |
| [in] | iForceUpdate | The value which forces the update of the timing override information. |
| int ADL2_Display_ModeTimingOverrideInfo_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| ADL_DL_DISPLAY_MODE * | lpModeIn, | ||
| ADL_DL_DISPLAYMODEINFO * | lpModeInfoOut | ||
| ) |
Function to retrieve display mode timing override information.
This function retrieves display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the structure storing the retrieved display mode information. |
| int ADL2_Display_ModeTimingOverrideList_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| int | iMaxNumOfOverrides, | ||
| ADLDisplayModeInfo * | lpModeInfoList, | ||
| int * | lpNumOfOverrides | ||
| ) |
Function to get the display mode timing override list.
This function retrieves display mode timing override list.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | iMaxNumOfOverrides | The maximum number of elements in the array pointed by lpModeInfoList. The number specified must be > 0. |
| [out] | lpModeInfoList | The pointer to the retrieved ADLDisplayModeInfo structure. This pointer must be allocated by the user. |
| [out] | lpNumOfOverrides | The pointer to the actual number of the retrieved overridden modes. |
| int ADL2_Display_ModeTimingOverrideListX2_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| ADLDisplayID | displayID, | ||
| int * | lpNumOfModes, | ||
| ADLDisplayModeInfo ** | lpModeInfoList | ||
| ) |
Function to get the display mode timing override list.
This function retrieves display mode timing override list.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [out] | lpNumOfModes | The pointer to the actual number of the retrieved overridden modes. |
| [out] | lpModeInfoList | The pointer to the retrieved ADLDisplayModeInfo structure. This pointer must be allocated by the user. |
| int ADL2_Display_ModeTimingOverrideListX3_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| ADLDisplayID | displayID, | ||
| int * | lpNumOfModes, | ||
| ADLDisplayModeInfoX2 ** | lpModeInfoList | ||
| ) |
This function retrieves display mode timing override list.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [out] | lpNumOfModes | The pointer to the actual number of the retrieved overridden modes. |
| [out] | lpModeInfoList | The pointer to the retrieved ADLDisplayModeInfo structure. This pointer must be allocated by the user. |
| int ADL2_Display_ModeTimingOverrideX2_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| ADLDisplayID | displayID, | ||
| ADLDisplayModeX2 * | lpModeIn, | ||
| ADLDisplayModeInfo * | lpModeInfoOut | ||
| ) |
Function to retrieve display mode timing override information.
This function retrieves display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the ADLDisplayModeInfo structure storing the retrieved display mode information. |
| int ADL2_Display_ModeTimingOverrideX2_Set | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| int | iDisplayIndex, | ||
| ADLDisplayModeInfoX2 * | lpMode, | ||
| int | iForceUpdate | ||
| ) |
This function sets display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpMode | The pointer to the ADLDisplayModeInfo structure which sets the display mode timing override information. |
| [in] | iForceUpdate | The value which forces the update of the timing override information. |
| int ADL2_Display_ModeTimingOverrideX3_Get | ( | ADL_CONTEXT_HANDLE | context, |
| int | iAdapterIndex, | ||
| ADLDisplayID | displayID, | ||
| ADLDisplayModeX2 * | lpModeIn, | ||
| ADLDisplayModeInfoX2 * | lpModeInfoOut | ||
| ) |
This function retrieves display mode timing override information for a specified display.
| [in] | context | Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create. |
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the ADLDisplayModeInfo structure storing the retrieved display mode information. |
| int ADL_Adapter_ModeTimingOverride_Caps | ( | int | iAdapterIndex, |
| int * | lpSupported | ||
| ) |
Function to retrieve Timing Override support.
This function retrieves Timing Override support for a specified display.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [out] | lpSupported | If the specified adapter supports Custom Resolutions then returns ADL_TRUE else ADL_FALSE |
| int ADL_Display_ModeTimingOverride_Delete | ( | int | iAdapterIndex, |
| ADLDisplayID | displayID, | ||
| ADLDisplayModeX2 * | lpMode, | ||
| int | iForceUpdate | ||
| ) |
Function to delete display mode timing override information.
This function delete display mode timing override information for a specified display.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [in] | iForceUpdate | The value which forces the update of the timing override information. |
| int ADL_Display_ModeTimingOverride_Get | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| ADLDisplayMode * | lpModeIn, | ||
| ADLDisplayModeInfo * | lpModeInfoOut | ||
| ) |
Function to retrieve display mode timing override information.
This function retrieves display mode timing override information for a specified display.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the ADLDisplayModeInfo structure storing the retrieved display mode information. |
| int ADL_Display_ModeTimingOverride_Set | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| ADLDisplayModeInfo * | lpMode, | ||
| int | iForceUpdate | ||
| ) |
Function to set display mode timing override information.
This function sets display mode timing override information for a specified display.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpMode | The pointer to the ADLDisplayModeInfo structure which sets the display mode timing override information. |
| [in] | iForceUpdate | The value which forces the update of the timing override information. |
| int ADL_Display_ModeTimingOverrideInfo_Get | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| ADL_DL_DISPLAY_MODE * | lpModeIn, | ||
| ADL_DL_DISPLAYMODEINFO * | lpModeInfoOut | ||
| ) |
Function to retrieve display mode timing override information.
This function retrieves display mode timing override information for a specified display.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the structure storing the retrieved display mode information. |
| int ADL_Display_ModeTimingOverrideList_Get | ( | int | iAdapterIndex, |
| int | iDisplayIndex, | ||
| int | iMaxNumOfOverrides, | ||
| ADLDisplayModeInfo * | lpModeInfoList, | ||
| int * | lpNumOfOverrides | ||
| ) |
Function to get the display mode timing override list.
This function retrieves display mode timing override list.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | iDisplayIndex | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | iMaxNumOfOverrides | The maximum number of elements in the array pointed by lpModeInfoList. The number specified must be > 0. |
| [out] | lpModeInfoList | The pointer to the retrieved ADLDisplayModeInfo structure. This pointer must be allocated by the user. |
| [out] | lpNumOfOverrides | The pointer to the actual number of the retrieved overridden modes. |
| int ADL_Display_ModeTimingOverrideListX2_Get | ( | int | iAdapterIndex, |
| ADLDisplayID | displayID, | ||
| int * | lpNumOfModes, | ||
| ADLDisplayModeInfo ** | lpModeInfoList | ||
| ) |
Function to get the display mode timing override list.
This function retrieves display mode timing override list.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [out] | lpNumOfModes | The pointer to the actual number of the retrieved overridden modes. |
| [out] | lpModeInfoList | The pointer to the retrieved ADLDisplayModeInfo structure. This pointer must be allocated by the user. |
| int ADL_Display_ModeTimingOverrideX2_Get | ( | int | iAdapterIndex, |
| ADLDisplayID | displayID, | ||
| ADLDisplayModeX2 * | lpModeIn, | ||
| ADLDisplayModeInfo * | lpModeInfoOut | ||
| ) |
Function to retrieve display mode timing override information.
This function retrieves display mode timing override information for a specified display.
| [in] | iAdapterIndex | The ADL index handle of the desired adapter. |
| [in] | displayID | The desired display index. It can be retrieved from the ADLDisplayInfo data structure. |
| [in] | lpModeIn | The pointer to the ADLDisplayMode structure storing the desired display mode. |
| [out] | lpModeInfoOut | The pointer to the ADLDisplayModeInfo structure storing the retrieved display mode information. |