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... | |
ADLDetailedTimingX2 | sDetailedTiming |
Detailed timing parameters. More... | |
Structure containing display mode information.
This structure is used to store the display mode information.
int ADLDisplayModeInfoX2::iPelsHeight |
Num of pixels in a column.
int ADLDisplayModeInfoX2::iPelsWidth |
Num of pixels in a row.
int ADLDisplayModeInfoX2::iPossibleStandard |
Applicable timing standards for the current mode.
int ADLDisplayModeInfoX2::iRefreshRate |
Refresh rate factor.
int ADLDisplayModeInfoX2::iTimingStandard |
Timing standard of the current mode. Timing Standards.
ADLDetailedTimingX2 ADLDisplayModeInfoX2::sDetailedTiming |
Detailed timing parameters.