ADL (AMD Display Library) Public APIs  Version 17.1
Data Fields
ADLFreeSyncCap Struct Reference

Structure containing per display FreeSync capability information. More...

#include <adl_structures.h>

Data Fields

char cReserved [3]
 Reserved. More...
 
int iCaps
 FreeSync capability flags. Define_freesync_caps. More...
 
int iMaxRefreshRateInMicroHz
 Reports maximum FreeSync refresh rate supported by the display in micro hertz. More...
 
int iMinRefreshRateInMicroHz
 Reports minimum FreeSync refresh rate supported by the display in micro hertz. More...
 
int iReserved [4]
 
unsigned char ucLabelIndex
 Index of FreeSync Label to use: ADL_FREESYNC_LABEL_*. More...
 

Detailed Description

Structure containing per display FreeSync capability information.

This structure is used to store the FreeSync capability of both the display and the GPU the display is connected to.

Field Documentation

◆ cReserved

char ADLFreeSyncCap::cReserved[3]

Reserved.

◆ iCaps

int ADLFreeSyncCap::iCaps

FreeSync capability flags. Define_freesync_caps.

◆ iMaxRefreshRateInMicroHz

int ADLFreeSyncCap::iMaxRefreshRateInMicroHz

Reports maximum FreeSync refresh rate supported by the display in micro hertz.

◆ iMinRefreshRateInMicroHz

int ADLFreeSyncCap::iMinRefreshRateInMicroHz

Reports minimum FreeSync refresh rate supported by the display in micro hertz.

◆ iReserved

int ADLFreeSyncCap::iReserved[4]

◆ ucLabelIndex

unsigned char ADLFreeSyncCap::ucLabelIndex

Index of FreeSync Label to use: ADL_FREESYNC_LABEL_*.


The documentation for this struct was generated from the following file:

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