FPS


Functions

int ADL2_FPS_Caps (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpSupported, int *lpVersion)
 Function to retrieve FPS Global Setting Capability.
int ADL2_FPS_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLFPSSettingsOutput *lpFPSSettings)
 Function to retrieve FPS Global Settings.
int ADL2_FPS_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLFPSSettingsInput lpFPSSettings)
 Function to update FPS Global Settings.
int ADL2_FPS_Settings_Reset (ADL_CONTEXT_HANDLE context, int iAdapterIndex)
 Function to reset FPS Global Settings.
int ADL2_RIS_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_RIS_SETTINGS settings, ADL_RIS_NOTFICATION_REASON changeReason)
 Function to set RIS settings This function sets the user input values to RIS feature.
int ADL2_RIS_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_RIS_SETTINGS *settings)
 Function to get the RIS settings This function retrieves the RIS settings for a specified display adapter.
int ADL2_CHILL_SettingsX2_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_CHILL_SETTINGS settings, ADL_CHILL_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason)
 Function to set CHILL settings This function sets the user input values to CHILL feature.
int ADL2_CHILL_SettingsX2_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_CHILL_SETTINGS *settings)
 Function to get the CHILL settings This function retrieves the CHILL settings for a specified display adapter.
int ADL2_DELAG_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_DELAG_SETTINGS settings, ADL_DELAG_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason)
 Function to set DELAG settings This function sets the user input values to DELAG feature.
int ADL2_DELAG_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_DELAG_SETTINGS *settings)
 Function to get the DELAG settings This function retrieves the DELAG settings for a specified display adapter.
int ADL2_BOOST_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_BOOST_SETTINGS settings, ADL_BOOST_NOTFICATION_REASON changeReason, ADL_ERROR_REASON *errorReason)
 Function to set BOOST settings This function sets the user input values to BOOST feature.
int ADL2_BOOST_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_BOOST_SETTINGS *settings)
 Function to get the BOOST settings This function retrieves the BOOST settings for a specified display adapter.

Function Documentation

int ADL2_FPS_Caps ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
int *  lpSupported,
int *  lpVersion 
)

Function to retrieve FPS Global Setting Capability.

This function retrieves the Global Setting Capability.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[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 : Integer indicating capability of the FPS Feature Support.
[out] lpVersion : Integer indicating Feature Version.

int ADL2_FPS_Settings_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLFPSSettingsOutput lpFPSSettings 
)

Function to retrieve FPS Global Settings.

This function retrieves FPS Global Settings.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[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] lpFPSSettings : Pointer to ADLFPSSettingsOutput struct which will load the Global FPS Settings

int ADL2_FPS_Settings_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLFPSSettingsInput  lpFPSSettings 
)

Function to update FPS Global Settings.

This function update FPS Global Settings.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[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] lpFPSSettings : ADLFPSSettingsInput struct which will update the Global FPS Settings

int ADL2_FPS_Settings_Reset ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex 
)

Function to reset FPS Global Settings.

This function reset FPS Global Settings.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[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.

int ADL2_RIS_Settings_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_RIS_SETTINGS  settings,
ADL_RIS_NOTFICATION_REASON  changeReason 
)

Function to set RIS settings This function sets the user input values to RIS feature.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[in] settings ADL_RIS_SETTINGS : structure with the input values
[in] changeReason ADL_RIS_NOTFICATION_REASON : structure with the changed feilds in settings parameter
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes
Remarks:
Clients can use ADL2 version of the API to assure that there is no interference with other ADL clients that are running in the same process . Such clients have to call ADL2_Main_Control_Create first to obtain ADL_CONTEXT_HANDLE instance that has to be passed to each subsequent ADL2 call and finally destroyed using ADL2_Main_Control_Destroy.

int ADL2_RIS_Settings_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_RIS_SETTINGS settings 
)

Function to get the RIS settings This function retrieves the RIS settings for a specified display adapter.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[out] settings The pointer to the pointer to the RIS data structure
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes

int ADL2_CHILL_SettingsX2_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_CHILL_SETTINGS  settings,
ADL_CHILL_NOTFICATION_REASON  changeReason,
ADL_ERROR_REASON errorReason 
)

Function to set CHILL settings This function sets the user input values to CHILL feature.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[in] settings ADL_CHILL_SETTINGS : structure with the input values
[in] changeReason ADL_CHILL_NOTFICATION_REASON : structure with the changed feilds in settings parameter
[out] errorReason ADL_ERROR_REASON : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed.
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes
Remarks:
Clients can use ADL2 version of the API to assure that there is no interference with other ADL clients that are running in the same process . Such clients have to call ADL2_Main_Control_Create first to obtain ADL_CONTEXT_HANDLE instance that has to be passed to each subsequent ADL2 call and finally destroyed using ADL2_Main_Control_Destroy.

int ADL2_CHILL_SettingsX2_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_CHILL_SETTINGS settings 
)

Function to get the CHILL settings This function retrieves the CHILL settings for a specified display adapter.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[out] settings The pointer to the pointer to the CHILL data structure
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes

int ADL2_DELAG_Settings_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_DELAG_SETTINGS  settings,
ADL_DELAG_NOTFICATION_REASON  changeReason,
ADL_ERROR_REASON errorReason 
)

Function to set DELAG settings This function sets the user input values to DELAG feature.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[in] settings ADL_DELAG_SETTINGS : structure with the input values
[in] changeReason ADL_DELAG_NOTFICATION_REASON : structure with the changed feilds in settings parameter
[out] errorReason ADL_ERROR_REASON : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed.
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes
Remarks:
Clients can use ADL2 version of the API to assure that there is no interference with other ADL clients that are running in the same process . Such clients have to call ADL2_Main_Control_Create first to obtain ADL_CONTEXT_HANDLE instance that has to be passed to each subsequent ADL2 call and finally destroyed using ADL2_Main_Control_Destroy.

int ADL2_DELAG_Settings_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_DELAG_SETTINGS settings 
)

Function to get the DELAG settings This function retrieves the DELAG settings for a specified display adapter.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[out] settings The pointer to the pointer to the DEALG data structure
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes

int ADL2_BOOST_Settings_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_BOOST_SETTINGS  settings,
ADL_BOOST_NOTFICATION_REASON  changeReason,
ADL_ERROR_REASON errorReason 
)

Function to set BOOST settings This function sets the user input values to BOOST feature.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[in] settings ADL_BOOST_SETTINGS : structure with the input values
[in] changeReason ADL_BOOST_NOTFICATION_REASON : structure with the changed feilds in settings parameter
[out] errorReason ADL_ERROR_REASON : structure with the error feilds in settings parameter. client should refer to this feild when set call is filed.
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes
Remarks:
Clients can use ADL2 version of the API to assure that there is no interference with other ADL clients that are running in the same process . Such clients have to call ADL2_Main_Control_Create first to obtain ADL_CONTEXT_HANDLE instance that has to be passed to each subsequent ADL2 call and finally destroyed using ADL2_Main_Control_Destroy.

int ADL2_BOOST_Settings_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADL_BOOST_SETTINGS settings 
)

Function to get the BOOST settings This function retrieves the BOOST settings for a specified display adapter.

Supported Platforms:
Windows (XP, Vista and above); 32bit and 64bit
Parameters:
[in] context,: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in] iAdapterIndex The index of the desired adapter.
[out] settings The pointer to the pointer to the BOOST data structure
Returns:
If the function succeeds, the return value is ADL_OK (zero). Otherwise the return value is an ADL error code (non-zero). Result Codes


Copyright © 2009-2016 Advanced Micro Devices, Inc. All rights reserved.