xf86-video-intel: src/i830_quirks.c

Kyle McMartin kyle at kemper.freedesktop.org
Sat Sep 29 07:34:07 PDT 2007


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

New commits:
diff-tree 0e5574e842eeaac75271ccd50027d3e54c57722d (from 1845e7c6e9caf7a9ad7f46a8fbfa321ddec69a1e)
Author: Regis Prevot <regis at myrix.net>
Date:   Sat Sep 29 16:21:08 2007 +0200

    Ignore detection of TV output on Panasonic CF-Y7

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 6667545..8e4ec97 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -76,6 +76,8 @@ static i830_quirk i830_quirk_list[] = {
     
     /* Panasonic Toughbook CF-Y4 has no TV output */
     { PCI_CHIP_I915_GM, 0x10f7, 0x8338, quirk_ignore_tv },
+    /* Panasonic Toughbook CF-Y7 has no TV output */
+    { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv },
     
     { 0, 0, 0, NULL },
 };


More information about the xorg-commit mailing list