Functions | |
int | ADL_DFP_BaseAudioSupport_Get (int iAdapterIndex, int iDisplayIndex, int *lpSupport) |
Function to get the display base audio support. | |
int | ADL_DFP_HDMISupport_Get (int iAdapterIndex, int iDisplayIndex, int *lpSupport) |
Function to get the display HDMI support. | |
int | ADL_DFP_MVPUAnalogSupport_Get (int iAdapterIndex, int iDisplayIndex, int *lpSupport) |
Function to get the display MVPU analog support. | |
int | ADL_DFP_PixelFormat_Caps (int iAdapterIndex, int iDisplayIndex, int *lpValidBits, int *lpValidCaps) |
Function to retrieve PixelFormat caps. | |
int | ADL_DFP_PixelFormat_Get (int iAdapterIndex, int iDisplayIndex, int *lpCurState, int *lpDefault) |
Function to retrieve current pixel format setting. | |
int | ADL_DFP_PixelFormat_Set (int iAdapterIndex, int iDisplayIndex, int iState) |
Function to set the current pixel format setting. | |
int | ADL_DFP_GPUScalingEnable_Get (int iAdapterIndex, int iDisplayIndex, int *lpSupport, int *lpCurrent, int *lpDefault) |
Function to get the GPUScalingEnable setting. | |
int | ADL_DFP_GPUScalingEnable_Set (int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the GPUScalingEnable setting. | |
int | ADL_DFP_AllowOnlyCETimings_Get (int iAdapterIndex, int iDisplayIndex, int *lpSupport, int *lpCurrent, int *lpDefault) |
Function to get the Allow Only CE Timings setting. | |
int | ADL_DFP_AllowOnlyCETimings_Set (int iAdapterIndex, int iDisplayIndex, int iCurrent) |
Function to set the Allow Only CE Timings setting. |
int ADL_DFP_BaseAudioSupport_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpSupport | |||
) |
Function to get the display base audio support.
This function determines whether base display audio support is available.
[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. |
[out] | lpSupport | The int pointer to the value indicating whether the feature is supported by the driver. 1: feature is supported; 0: feature is not supported. |
int ADL_DFP_HDMISupport_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpSupport | |||
) |
Function to get the display HDMI support.
This function determines whether the base display HDMI support is available.
[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. |
[out] | lpSupport | The int pointer indicating whether the feature is supported by the driver. If the feature is supported, a value of 1 is stored. Otherwise, a value of 0 is stored. |
int ADL_DFP_MVPUAnalogSupport_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpSupport | |||
) |
Function to get the display MVPU analog support.
This function determines whether display MVPU analog support is available.
[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. |
[out] | lpSupport | The int pointer to the value indicating whether the feature is supported by the driver. 1: feature is supported; 0: feature is not supported. |
int ADL_DFP_PixelFormat_Caps | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpValidBits, | |||
int * | lpValidCaps | |||
) |
Function to retrieve PixelFormat caps.
This function retrieves the pixel format caps 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. |
[out] | lpValidBits | The pointer to the bit field indicating which bits in the lpValidCaps parameter are valid. |
[out] | lpValidCaps | The pointer to the valid pixel formats caps. Pixel Formats values |
int ADL_DFP_PixelFormat_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpCurState, | |||
int * | lpDefault | |||
) |
Function to retrieve current pixel format setting.
This function retrieves the pixel format setting 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. |
[out] | lpCurState | The pointer to the current pixel format of the display. Pixel Formats values |
[out] | lpDefault | The pointer to the default pixel format of the display. Pixel Formats values |
int ADL_DFP_PixelFormat_Set | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int | iState | |||
) |
Function to set the current pixel format setting.
This function sets the pixel format setting 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] | iState | The desired pixel format for the specified display. Pixel Formats values |
int ADL_DFP_GPUScalingEnable_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpSupport, | |||
int * | lpCurrent, | |||
int * | lpDefault | |||
) |
Function to get the GPUScalingEnable setting.
This function sets the GPU Scaling Enable setting 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] | lpSupport | The pointer to the value indicating whether GPUScalingEnable is supported. 1: supported; 0: not supported. |
[in] | lpCurrent | The pointer to the value indicating whether GPUScalingEnable is currently enabled. 1: enabled; 0: disabled. |
[in] | lpDefault | The pointer to the GPUScalingEnable default setting. |
int ADL_DFP_GPUScalingEnable_Set | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int | iCurrent | |||
) |
Function to set the GPUScalingEnable setting.
This function sets the GPU Scaling Enable setting 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] | iCurrent | The desired GPU Scaling Enable state for the specified display. 1: enabled; 0: disabled.. |
int ADL_DFP_AllowOnlyCETimings_Get | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int * | lpSupport, | |||
int * | lpCurrent, | |||
int * | lpDefault | |||
) |
Function to get the Allow Only CE Timings setting.
This function sets the Allow Only CE Timings setting 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] | lpSupport | The pointer to the value indicating whether AllowOnlyCETimings is supported. 1: supported; 0: not supported. |
[in] | lpCurrent | The pointer to the value indicating whether AllowOnlyCETimings is currently enabled. 1: enabled; 0: disabled. |
[in] | lpDefault | The pointer to the AllowOnlyCETimings default setting. |
int ADL_DFP_AllowOnlyCETimings_Set | ( | int | iAdapterIndex, | |
int | iDisplayIndex, | |||
int | iCurrent | |||
) |
Function to set the Allow Only CE Timings setting.
This function sets the Allow Only CE Timings setting 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] | iCurrent | The desired Allow Only CE Timings state for the specified display. 1: enabled; 0: disabled.. |