summaryrefslogtreecommitdiff
path: root/src/via_i2c.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2011-09-18 19:48:19 +0000
committerJames Simmons <jsimmons@infradead.org>2011-09-18 19:48:19 +0000
commite92c0059de993b53bb72ce371a1507d97d62fe1e (patch)
tree8f63173b4b0c45cf75548fac79e076e5ffe764e0 /src/via_i2c.c
parent24486e48fb24070d6a5f091b0c93b48b6f5d9efb (diff)
move vbeDoEDID to to UMS handling code. Change order of detection to avoid LVDS TV conflict.
Diffstat (limited to 'src/via_i2c.c')
-rw-r--r--src/via_i2c.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/via_i2c.c b/src/via_i2c.c
index 3dbd0ad..a3c2286 100644
--- a/src/via_i2c.c
+++ b/src/via_i2c.c
@@ -386,21 +386,3 @@ ViaI2CInit(ScrnInfoPtr pScrn)
}
#endif
}
-
-static void
-VIAProbeDDC(ScrnInfoPtr pScrn, int index)
-{
- vbeInfoPtr pVbe;
-
- if (xf86LoadSubModule(pScrn, "vbe")) {
- /* FIXME This line should be replaced with:
-
- pVbe = VBEExtendedInit(NULL, index, 0);
-
- for XF86 version > 4.2.99
- */
- pVbe = VBEInit(NULL, index);
- ConfiguredMonitor = vbeDoEDID(pVbe, NULL);
- vbeFree(pVbe);
- }
-}