ADL (AMD Display Library) Public APIs
Version 17.1
|
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... | |
Structure containing the display mode definition used per controller.
This structure is used to store the display mode definition used per controller.
int ADLDisplayModeX2::iHeight |
Vertical resolution (in lines).
int ADLDisplayModeX2::iRefreshRate |
Refresh rate.
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.
int ADLDisplayModeX2::iTimingStandard |
Timing Standard. Refer define_modetiming_standard.
int ADLDisplayModeX2::iWidth |
Horizontal resolution (in pixels).