xf86-video-intel: src/i830_quirks.c

Zhenyu Wang zhen at kemper.freedesktop.org
Sun Apr 6 18:28:39 PDT 2008


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

New commits:
commit 37bc23660a8c346f1eaa6c93ed2c7a840828f0b0
Author: Bryce Harrington <bryce at bryceharrington.org>
Date:   Mon Apr 7 17:26:49 2008 +0800

    Quirks from Ubuntu/Dell
    
    FD bug #15353. Launchpad bug ID is available for reference.
    (cherry picked from commit 24248097988775d62f6c416f2988e74d31c91cd0)

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index f29083b..24c9658 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -218,8 +218,14 @@ static i830_quirk i830_quirk_list[] = {
 
     /* Dell Latitude X1 */
     { PCI_CHIP_I915_GM, 0x1028, 0x01a3, quirk_ignore_tv },
+    /* Dell Latitude X1 / D630 (LP: #197740) */
+    { PCI_CHIP_I915_GM, 0x1028, 0x01f9, quirk_ignore_tv },
     /* Dell XPS 1330 */
     { PCI_CHIP_I965_GM, 0x1028, 0x0209, quirk_ignore_tv },
+    /* Dell Inspiron 1535 */
+    { PCI_CHIP_I965_GM, 0x1028, 0x0254, quirk_ignore_tv },
+    /* Dell Inspiron 1735 */
+    { PCI_CHIP_I965_GM, 0x1028, 0x0256, quirk_ignore_tv },
 
     /* Lenovo Napa TV (use dmi)*/
     { PCI_CHIP_I945_GM, 0x17aa, SUBSYS_ANY, quirk_lenovo_tv_dmi },
@@ -249,6 +255,9 @@ static i830_quirk i830_quirk_list[] = {
     /* HP Compaq 6730s has no TV output */
     { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv },
 
+    /* Dell Inspiron 510m needs pipe A force quirk */
+    { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },
+
     /* Thinkpad R31 needs pipe A force quirk */
     { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force },
     /* Dell Latitude D500 needs pipe A force quirk */
@@ -266,6 +275,9 @@ static i830_quirk i830_quirk_list[] = {
     /* Sony vaio PCG-r600HFP (fix bug 13722) */
     { PCI_CHIP_I830_M, 0x104d, 0x8100, quirk_ivch_dvob },
 
+    /* Intel 945GM hardware (See LP: #152416) */
+    { PCI_CHIP_I945_GM, 0x1584, 0x9900, quirk_ignore_tv },
+
     { 0, 0, 0, NULL },
 };
 


More information about the xorg-commit mailing list