xf86-video-intel: src/i830_quirks.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Tue Jun 16 15:26:00 PDT 2009


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

New commits:
commit 6c56521bdc0443c0656271caaa795feb13bc1d6b
Author: Bryce Harrington <bryce at bryceharrington.org>
Date:   Wed May 27 05:18:53 2009 -0700

    pipe-a quirk for thinkpad x30
    
    Fixes freeze when closing lid on ThinkPad X30.
    
    Fixes FDO bug # 21976.
    
    Signed-off-by: Bryce Harrington <bryce at bryceharrington.org>

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 81ea3c2..6314b29 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -356,6 +356,8 @@ static i830_quirk i830_quirk_list[] = {
 
     { PCI_CHIP_I855_GM, 0x161f, 0x2030, quirk_pfit_safe },
 
+    /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
+    { PCI_CHIP_I830_M,  0x1014, 0x0513, quirk_pipea_force },
     /* ThinkPad X40 needs pipe A force quirk */
     { PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force },
 


More information about the xorg-commit mailing list