diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-06-19 13:28:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-06-19 13:28:09 -0700 |
commit | 52243d407cad93283956660de4771097ac0b4b2d (patch) | |
tree | 1fa041d665792f58eb13d9c07c0876c01a9aa532 /src/i830.h | |
parent | 2fb375b665f4802819b89f2277fd6154006c11ee (diff) | |
parent | 34f6a8204f1edec015283fc6b5f196e47897e3de (diff) |
Merge branch 'modesetting-origin' into modesetting
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -420,6 +420,7 @@ typedef struct _I830Rec { Bool devicePresence; OsTimerPtr devicesTimer; + int MaxClock; int ddc2; int num_outputs; @@ -593,6 +594,7 @@ extern Rotation I830GetRotation(ScreenPtr pScreen); extern Bool I830RandRInit(ScreenPtr pScreen, int rotation); extern Bool I830I2CInit(ScrnInfoPtr pScrn, I2CBusPtr *bus_ptr, int i2c_reg, char *name); +int I830xf86ValidateDDCModes(ScrnInfoPtr pScrn1, char **ppModeName); /* * 12288 is set as the maximum, chosen because it is enough for |