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

Structure containing the display mode definition used per controller. More...

#include <adl_structures.h>

Data Fields

int iHeight
 Vertical resolution (in lines). More...
 
int iRefreshRate
 Refresh rate. More...
 
int iScanType
 Interlaced/Progressive. The value will be set for Interlaced as ADL_DL_TIMINGFLAG_INTERLACED. If not set it is progressive. Refer define_detailed_timing_flags. More...
 
int iTimingStandard
 Timing Standard. Refer define_modetiming_standard. More...
 
int iWidth
 Horizontal resolution (in pixels). More...
 

Detailed Description

Structure containing the display mode definition used per controller.

This structure is used to store the display mode definition used per controller.

Field Documentation

◆ iHeight

int ADLDisplayModeX2::iHeight

Vertical resolution (in lines).

◆ iRefreshRate

int ADLDisplayModeX2::iRefreshRate

Refresh rate.

◆ iScanType

int ADLDisplayModeX2::iScanType

Interlaced/Progressive. The value will be set for Interlaced as ADL_DL_TIMINGFLAG_INTERLACED. If not set it is progressive. Refer define_detailed_timing_flags.

◆ iTimingStandard

int ADLDisplayModeX2::iTimingStandard

Timing Standard. Refer define_modetiming_standard.

◆ iWidth

int ADLDisplayModeX2::iWidth

Horizontal resolution (in pixels).


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

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