Add a token for EDID-supplied modes.

This commit is contained in:
Adam Jackson 2006-06-07 13:58:24 -04:00
parent d00aa6b855
commit f90761b06e

View File

@ -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 {