Display Adjustment Capabilities
[Constants and Definitions]


Defines

#define ADL_DISPLAY_ADJUST_OVERSCAN   (1 << 0)
#define ADL_DISPLAY_ADJUST_VERT_POS   (1 << 1)
#define ADL_DISPLAY_ADJUST_HOR_POS   (1 << 2)
#define ADL_DISPLAY_ADJUST_VERT_SIZE   (1 << 3)
#define ADL_DISPLAY_ADJUST_HOR_SIZE   (1 << 4)
#define ADL_DISPLAY_ADJUST_SIZEPOS   (ADL_DISPLAY_ADJUST_VERT_POS | ADL_DISPLAY_ADJUST_HOR_POS | ADL_DISPLAY_ADJUST_VERT_SIZE | ADL_DISPLAY_ADJUST_HOR_SIZE)
#define ADL_DISPLAY_CUSTOMMODES   (1<<5)
#define ADL_DISPLAY_ADJUST_UNDERSCAN   (1<<6)

Detailed Description

Display adjustment capabilities values. Returned by ADL_Display_AdjustCaps_Get

Define Documentation

#define ADL_DISPLAY_ADJUST_OVERSCAN   (1 << 0)

#define ADL_DISPLAY_ADJUST_VERT_POS   (1 << 1)

#define ADL_DISPLAY_ADJUST_HOR_POS   (1 << 2)

#define ADL_DISPLAY_ADJUST_VERT_SIZE   (1 << 3)

#define ADL_DISPLAY_ADJUST_HOR_SIZE   (1 << 4)

#define ADL_DISPLAY_ADJUST_SIZEPOS   (ADL_DISPLAY_ADJUST_VERT_POS | ADL_DISPLAY_ADJUST_HOR_POS | ADL_DISPLAY_ADJUST_VERT_SIZE | ADL_DISPLAY_ADJUST_HOR_SIZE)

#define ADL_DISPLAY_CUSTOMMODES   (1<<5)

#define ADL_DISPLAY_ADJUST_UNDERSCAN   (1<<6)


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