xserver:

Adam Jackson ajax at kemper.freedesktop.org
Wed Jun 7 20:56:40 EEST 2006


 hw/xfree86/common/xf86str.h |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree f90761b06eaa5fa44fe85289e54eed5f47eff3b9 (from d00aa6b8559d3e5f70c6558ce0abd12f7d758491)
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Wed Jun 7 13:58:24 2006 -0400

    Add a token for EDID-supplied modes.

diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index 590bf4c..25e3a20 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -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 {



More information about the xorg-commit mailing list