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

These defines are to specify use cases in which FreeSync should be enabled They are a bit mask. To specify FreeSync for more than one use case, the input value should be set to include multiple bits setIndicates FreeSync is enabled for Static Screen case. More...

Macros

#define ADL_FREESYNC_USECASE_GAMING   0x4
 Indicates FreeSync is enabled for Gaming use case. More...
 
#define ADL_FREESYNC_USECASE_STATIC   0x1
 
#define ADL_FREESYNC_USECASE_VIDEO   0x2
 Indicates FreeSync is enabled for Video use case. More...
 

Detailed Description

These defines are to specify use cases in which FreeSync should be enabled They are a bit mask. To specify FreeSync for more than one use case, the input value should be set to include multiple bits set

Indicates FreeSync is enabled for Static Screen case.

Macro Definition Documentation

◆ ADL_FREESYNC_USECASE_GAMING

#define ADL_FREESYNC_USECASE_GAMING   0x4

Indicates FreeSync is enabled for Gaming use case.

◆ ADL_FREESYNC_USECASE_STATIC

#define ADL_FREESYNC_USECASE_STATIC   0x1

◆ ADL_FREESYNC_USECASE_VIDEO

#define ADL_FREESYNC_USECASE_VIDEO   0x2

Indicates FreeSync is enabled for Video use case.


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