xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jul 14 15:13:51 PDT 2009


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

New commits:
commit 8312763977b22e108b7d003cbf3256e0165e4439
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 14 18:13:27 2009 -0400

    Add an r420 AGP quirk
    
    fixes bug 22726

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index d37e0ae..77a3ff7 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -798,6 +798,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
     /* HP Host Bridge / R300 [FireGL X1] Needs AGPMode 2 (fdo #7770) */
     { PCI_VENDOR_HP,0x122e,    PCI_VENDOR_ATI,0x4e47,  PCI_VENDOR_ATI,0x0152,    2 },
 
+    /* nVidia Host Bridge / R420 [X800 Pro] Needs AGPMode 4 (fdo #22726) */
+    { 0x10de,0x00e1,           PCI_VENDOR_ATI,0x4a49,  PCI_VENDOR_ATI,0x0002,    4 },
+
     { 0, 0, 0, 0, 0, 0, 0 },
 };
 


More information about the xorg-commit mailing list