xf86-video-intel: Branch 'xf86-video-intel-2.2-branch' - 2 commits - src/i830_quirks.c

Zhenyu Wang zhen at kemper.freedesktop.org
Wed Jan 23 16:52:24 PST 2008


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

New commits:
commit 81986bb35c9aea03665abc491d88ef3ab2db8de4
Merge: c35ab31... db0a7c5...
Author: Zhenyu Wang <zhenyu.z.wang at intel.com>
Date:   Thu Jan 24 08:51:48 2008 +0800

    Merge branch 'master' into xf86-video-intel-2.2-branch

commit db0a7c569e383436a2725e1e74f35fb426da1196
Author: Andreas Stawinoga <a.stawinoga at gmx.de>
Date:   Thu Jan 24 08:51:09 2008 +0800

    Samsung Q45 has no TV output

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 8fbdbfe..cb43603 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -91,6 +91,8 @@ static i830_quirk i830_quirk_list[] = {
 
     /* Samsung Q35 has no TV output */
     { PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv },
+    /* Samsung Q45 has no TV output */
+    { PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv },
 
     /* Dell Inspiron 510m needs pipe A force quirk */
     { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },


More information about the xorg-commit mailing list