OVERDRIVE8


Functions

int ADL2_Overdrive8_Init_Setting_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLOD8InitSetting *lpInitSetting)
 Function to retrieve the Overdrive8 initial settings.
int ADL2_Overdrive8_Current_Setting_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLOD8CurrentSetting *lpCurrentSetting)
 Function to retrieve the Overdrive8 current settings.
int ADL2_Overdrive8_Setting_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLOD8SetSetting *lpSetSetting, ADLOD8CurrentSetting *lpCurrentSetting)
 Function to set the Overdrive8 settings.
int ADL2_New_QueryPMLogData_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLPMLogDataOutput *lpDataOutput)
 Function to retrieve the Overdrive8 current settings.
int ADL2_Overdrive8_Init_SettingX2_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpOverdrive8Capabilities, int *lpNumberOfFeatures, ADLOD8SingleInitSetting **lppInitSettingList)
 Function to retrieve the Overdrive8 current range settings. This is new versin of ADL2_Overdrive8_Init_Setting_Get. It supports new features and does not need to change the PAI.
int ADL2_Overdrive8_Current_SettingX2_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int *lpNumberOfFeatures, int **lppCurrentSettingList)
 Function to retrieve the Overdrive8 current settings. This is new versin of ADL2_Overdrive8_Current_SettingX2_Get. It supports new features and does not need to change the PAI.

Function Documentation

int ADL2_Overdrive8_Init_Setting_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLOD8InitSetting lpInitSetting 
)

Function to retrieve the Overdrive8 initial settings.

This function retrieves the Overdrive8 initial settings for a specified 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 ADL index handle of the desired adapter.
[out] lpInitSetting The pointer to the initial settings structure storing the retrieved Overdrive8 parameters.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. 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.
Deprecated:
This API has been deprecated.

int ADL2_Overdrive8_Current_Setting_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLOD8CurrentSetting lpCurrentSetting 
)

Function to retrieve the Overdrive8 current settings.

This function retrieves the Overdrive8 current settings for a specified 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 ADL index handle of the desired adapter.
[out] lpCurrentSetting The pointer to the current settings structure storing the retrieved Overdrive parameters.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. 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.
Deprecated:
This API has been deprecated.

int ADL2_Overdrive8_Setting_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLOD8SetSetting lpSetSetting,
ADLOD8CurrentSetting lpCurrentSetting 
)

Function to set the Overdrive8 settings.

This function set the Overdrive8 settings for a specified 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 ADL index handle of the desired adapter.
[in] lpSetSetting The pointer to the current settings structure set by user
[out] lpCurrentSetting The pointer to the current settings structure storing the retrieved Overdrive parameters.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. 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.
Deprecated:
This API has been deprecated.

int ADL2_New_QueryPMLogData_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLPMLogDataOutput lpDataOutput 
)

Function to retrieve the Overdrive8 current settings.

This function retrieves the Overdrive8 current settings for a specified 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 ADL index handle of the desired adapter.
[out] lpDataOutput The pointer to the ADLPMLogDataOutput structure storing the retrieved performance metrics parameters.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. 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.
Deprecated:
This API has been deprecated.

int ADL2_Overdrive8_Init_SettingX2_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
int *  lpOverdrive8Capabilities,
int *  lpNumberOfFeatures,
ADLOD8SingleInitSetting **  lppInitSettingList 
)

Function to retrieve the Overdrive8 current range settings. This is new versin of ADL2_Overdrive8_Init_Setting_Get. It supports new features and does not need to change the PAI.

This function retrieves the Overdrive8 current range settings for a specified 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 ADL index handle of the desired adapter.
[out] lpOverdrive8Capabilities The pointer to the bit-vector which indicates wich OD8 feature is supported.
in/out] lpNumberOfFeatures The pointer to an integer which indicates the number of OD8 features. The callee shold input the expected number of features. Then ADL can use this input to support comptiable. When returing, the number is actual number of dricver currently supported features
[out] lppInitSettingList The pointer to the list of current OD8 range of settingts.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. 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_Overdrive8_Current_SettingX2_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
int *  lpNumberOfFeatures,
int **  lppCurrentSettingList 
)

Function to retrieve the Overdrive8 current settings. This is new versin of ADL2_Overdrive8_Current_SettingX2_Get. It supports new features and does not need to change the PAI.

This function retrieves the Overdrive8 current settings for a specified 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 ADL index handle of the desired adapter.
in/out] lpNumberOfFeatures The pointer to an integer which indicates the number of OD8 features. The callee shold input the expected number of features. Then ADL can use this input to support comptiable. When returing, the number is actual number of dricver currently supported features
[out] lpInitSettingList The pointer to the list of current OD8 settingts.
Returns:
If the function succeeds, the return value is ADL_OK. Otherwise the return value is an ADL error code. 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.


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