mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 23:30:09 +01:00
Add a token for EDID-supplied modes.
This commit is contained in:
parent
d00aa6b855
commit
f90761b06e
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ typedef enum {
|
|||
/* built-in mode - configure CRTC and clock */
|
||||
# define M_T_DEFAULT 0x10 /* (VESA) default modes */
|
||||
# define M_T_USERDEF 0x20 /* One of the modes from the config file */
|
||||
# define M_T_EDID 0x40 /* Mode from the EDID info from the monitor */
|
||||
|
||||
/* Video mode */
|
||||
typedef struct _DisplayModeRec {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue