ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Display Adjustment Capabilities

Display adjustment capabilities values. Returned by ADL_Display_AdjustCaps_Get. More...

Macros

#define ADL_DISPLAY_ADJUST_HOR_POS   (1 << 2)
 
#define ADL_DISPLAY_ADJUST_HOR_SIZE   (1 << 4)
 
#define ADL_DISPLAY_ADJUST_OVERSCAN   (1 << 0)
 
#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_ADJUST_UNDERSCAN   (1<<6)
 
#define ADL_DISPLAY_ADJUST_VERT_POS   (1 << 1)
 
#define ADL_DISPLAY_ADJUST_VERT_SIZE   (1 << 3)
 
#define ADL_DISPLAY_CUSTOMMODES   (1<<5)
 

Detailed Description

Display adjustment capabilities values. Returned by ADL_Display_AdjustCaps_Get.

Macro Definition Documentation

◆ ADL_DISPLAY_ADJUST_HOR_POS

#define ADL_DISPLAY_ADJUST_HOR_POS   (1 << 2)

◆ ADL_DISPLAY_ADJUST_HOR_SIZE

#define ADL_DISPLAY_ADJUST_HOR_SIZE   (1 << 4)

◆ ADL_DISPLAY_ADJUST_OVERSCAN

#define ADL_DISPLAY_ADJUST_OVERSCAN   (1 << 0)

◆ ADL_DISPLAY_ADJUST_SIZEPOS

◆ ADL_DISPLAY_ADJUST_UNDERSCAN

#define ADL_DISPLAY_ADJUST_UNDERSCAN   (1<<6)

◆ ADL_DISPLAY_ADJUST_VERT_POS

#define ADL_DISPLAY_ADJUST_VERT_POS   (1 << 1)

◆ ADL_DISPLAY_ADJUST_VERT_SIZE

#define ADL_DISPLAY_ADJUST_VERT_SIZE   (1 << 3)

◆ ADL_DISPLAY_CUSTOMMODES

#define ADL_DISPLAY_CUSTOMMODES   (1<<5)

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