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. |
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.
[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. |
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.
[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. |
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.
[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. |
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.
[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. |
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.
[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. |
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.
[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. |