xf86-video-intel: src/i830_quirks.c

Zhenyu Wang zhen at kemper.freedesktop.org
Thu Jan 24 19:07:41 PST 2008


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

New commits:
commit 5d9e67aec3ce458d22b7febd3819542abb360534
Author: Erik Andren <erik.andren at gmail.com>
Date:   Fri Jan 25 11:06:01 2008 +0800

    Clevo M720R has no TV-out

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index cb43603..853a33e 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -69,6 +69,9 @@ static i830_quirk i830_quirk_list[] = {
     /* Apple Mac mini has no lvds, but macbook pro does */
     { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini },
 
+    /* Clevo M720R has no tv output */
+    { PCI_CHIP_I965_GM, 0x1558, 0x0721, quirk_ignore_tv },
+
     /* Dell Latitude X1 */
     { PCI_CHIP_I915_GM, 0x1028, 0x01a3, quirk_ignore_tv },
     /* Dell XPS 1330 */


More information about the xorg-commit mailing list