ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing display mode information. More...
#include <adl_structures.h>
Data Fields | |
int | iPelsHeight |
Num of pixels in a column. More... | |
int | iPelsWidth |
Num of pixels in a row. More... | |
int | iPossibleStandard |
Applicable timing standards for the current mode. More... | |
int | iRefreshRate |
Refresh rate factor. More... | |
int | iTimingStandard |
Timing standard of the current mode. Timing Standards. More... | |
ADLDetailedTiming | sDetailedTiming |
Detailed timing parameters. More... | |
Structure containing display mode information.
This structure is used to store the display mode information.
int ADLDisplayModeInfo::iPelsHeight |
Num of pixels in a column.
int ADLDisplayModeInfo::iPelsWidth |
Num of pixels in a row.
int ADLDisplayModeInfo::iPossibleStandard |
Applicable timing standards for the current mode.
int ADLDisplayModeInfo::iRefreshRate |
Refresh rate factor.
int ADLDisplayModeInfo::iTimingStandard |
Timing standard of the current mode. Timing Standards.
ADLDetailedTiming ADLDisplayModeInfo::sDetailedTiming |
Detailed timing parameters.