ADL (AMD Display Library) Public APIs  Version 17.1
Macros
Define_freesync_caps

These defines are used to retrieve FreeSync display capabilities. GPU support flag also indicates whether the display is connected to a GPU that actually supports FreeSync. More...

Macros

#define ADL_FREESYNC_CAP_BORDERLESSWINDOWSUPPORTED   (1 << 6)
 
#define ADL_FREESYNC_CAP_CURRENTMODESUPPORTED   (1 << 3)
 
#define ADL_FREESYNC_CAP_DISPLAYSUPPORTED   (1 << 2)
 
#define ADL_FREESYNC_CAP_GPUSUPPORTED   (1 << 1)
 
#define ADL_FREESYNC_CAP_NOCFXORCFXSUPPORTED   (1 << 4)
 
#define ADL_FREESYNC_CAP_NOGENLOCKORGENLOCKSUPPORTED   (1 << 5)
 
#define ADL_FREESYNC_CAP_SUPPORTED   (1 << 0)
 

Detailed Description

These defines are used to retrieve FreeSync display capabilities. GPU support flag also indicates whether the display is connected to a GPU that actually supports FreeSync.

Macro Definition Documentation

◆ ADL_FREESYNC_CAP_BORDERLESSWINDOWSUPPORTED

#define ADL_FREESYNC_CAP_BORDERLESSWINDOWSUPPORTED   (1 << 6)

◆ ADL_FREESYNC_CAP_CURRENTMODESUPPORTED

#define ADL_FREESYNC_CAP_CURRENTMODESUPPORTED   (1 << 3)

◆ ADL_FREESYNC_CAP_DISPLAYSUPPORTED

#define ADL_FREESYNC_CAP_DISPLAYSUPPORTED   (1 << 2)

◆ ADL_FREESYNC_CAP_GPUSUPPORTED

#define ADL_FREESYNC_CAP_GPUSUPPORTED   (1 << 1)

◆ ADL_FREESYNC_CAP_NOCFXORCFXSUPPORTED

#define ADL_FREESYNC_CAP_NOCFXORCFXSUPPORTED   (1 << 4)

◆ ADL_FREESYNC_CAP_NOGENLOCKORGENLOCKSUPPORTED

#define ADL_FREESYNC_CAP_NOGENLOCKORGENLOCKSUPPORTED   (1 << 5)

◆ ADL_FREESYNC_CAP_SUPPORTED

#define ADL_FREESYNC_CAP_SUPPORTED   (1 << 0)

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