Overlay APIs
[Display Related APIs]


Functions

int ADL_Display_ControllerOverlayAdjustmentCaps_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlayInput, ADLControllerOverlayInfo *lpCapsInfo)
 Function to get the minimum, maximum, and default values of an overlay adjustment.
int ADL_Display_ControllerOverlayAdjustmentData_Get (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay)
 Function to retrieve the current setting of an overlay adjustment.
int ADL_Display_ControllerOverlayAdjustmentData_Set (int iAdapterIndex, ADLControllerOverlayInput *lpOverlay)
 Function to set the current setting of an overlay adjustment.

Detailed Description

This group outlines all Overlay related APIs.

Function Documentation

int ADL_Display_ControllerOverlayAdjustmentCaps_Get ( int  iAdapterIndex,
ADLControllerOverlayInput lpOverlayInput,
ADLControllerOverlayInfo lpCapsInfo 
)

Function to get the minimum, maximum, and default values of an overlay adjustment.

This function retrieves the minimum, maximum, and default values of an overlay adjustment for a specified adapter.

Supported Platforms:
Linux and Windows(XP, Vista and Windows 7); 32bit and 64bit
Parameters:
[in] iAdapterIndex The ADL index handle of the desired adapter.
[in] lpOverlayInput The pointer to the ADLControllerOverlayInput structure.
[in,out] lpCapsInfo The pointer to the ADLControllerOverlayInfo structure storing the retrieved overlay adjustment information.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes

int ADL_Display_ControllerOverlayAdjustmentData_Get ( int  iAdapterIndex,
ADLControllerOverlayInput lpOverlay 
)

Function to retrieve the current setting of an overlay adjustment.

This function retrieves the current setting of an overlay adjustment.

Supported Platforms:
Linux and Windows(XP, Vista and Windows 7); 32bit and 64bit
Parameters:
[in] iAdapterIndex The ADL index handle of the desired adapter.
[out] lpOverlay The pointer to the retrieved overlay adjustment ADLControllerOverlayInput structure.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes

int ADL_Display_ControllerOverlayAdjustmentData_Set ( int  iAdapterIndex,
ADLControllerOverlayInput lpOverlay 
)

Function to set the current setting of an overlay adjustment.

This function sets the current setting of an overlay adjustment.

Supported Platforms:
Linux and Windows(XP, Vista and Windows 7); 32bit and 64bit
Parameters:
[in] iAdapterIndex The ADL index handle of the desired adapter.
[in,out] lpOverlay The pointer to the overlay adjustment ADLControllerOverlayInput structure.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. Result Codes
Remarks:
Call ADL_Flush_Driver_Data() after to persist settings on reboot.


Copyright © 2009-2013 Advanced Micro Devices, Inc. All rights reserved.  AMD Developer