xf86-video-intel: src/i830_quirks.c

Zhenyu Wang zhen at kemper.freedesktop.org
Tue Feb 3 05:43:53 PST 2009


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

New commits:
commit 9fe5fca3fe761a4f11857d9766138a60f471a9e6
Author: Zhenyu Wang <zhenyu.z.wang at intel.com>
Date:   Wed Feb 4 06:00:39 2009 +0800

    TV quirk for HP Compaq nx6310

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 4df1e6c..8680baf 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -312,6 +312,8 @@ static i830_quirk i830_quirk_list[] = {
 
     /* HP Compaq nx6110 has no TV output */
     { PCI_CHIP_I915_GM, 0x103c, 0x099c, quirk_ignore_tv },
+    /* HP Compaq nx6310 has no TV output */
+    { PCI_CHIP_I945_GM, 0x103c, 0x30aa, quirk_ignore_tv },
     /* HP Compaq 6730s has no TV output */
     { PCI_CHIP_GM45_GM, 0x103c, 0x30e8, quirk_ignore_tv },
     /* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */


More information about the xorg-commit mailing list