xf86-video-intel: src/i830_quirks.c

Zhenyu Wang zhen at kemper.freedesktop.org
Tue Oct 16 18:25:15 PDT 2007


 src/i830_quirks.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit aa88d23e615e7f154cf850927a0a7bb9fbb0d2f9
Author: Rob <rglowery at exemail.com.au>
Date:   Wed Oct 17 09:19:19 2007 +0800

    AOpen 965GM mini pc has no LVDS

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 6310fce..1ed6503 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -58,7 +58,8 @@ static void quirk_mac_mini (I830Ptr pI830)
 static i830_quirk i830_quirk_list[] = {
     /* Aopen mini pc */
     { PCI_CHIP_I945_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds },
-    
+    { PCI_CHIP_I965_GM, 0x8086, 0x1999, quirk_ignore_lvds },
+
     /* Apple Mac mini has no lvds, but macbook pro does */
     { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini },
     


More information about the xorg-commit mailing list