xf86-video-ati: Branch '6.12-branch' - 2 commits

Alex Deucher agd5f at kemper.freedesktop.org
Thu Jul 9 09:54:27 PDT 2009


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

New commits:
commit 2abbe22339552c799727433ab7f147b6dc621cbf
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 9 12:48:06 2009 -0400

    RV280: another AGP quirk
    
    fdo bug 12544

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index af56d9f..d37e0ae 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -789,6 +789,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
     { PCI_VENDOR_VIA,0x3189,    PCI_VENDOR_ATI,0x5960,  0x1462,0x0380,           4 },
     /* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (ati ML) */
     { PCI_VENDOR_VIA,0x3189,    PCI_VENDOR_ATI,0x5964,  0x148c,0x2073,           4 },
+    /* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (fdo #12544) */
+    { PCI_VENDOR_VIA,0x3189,    PCI_VENDOR_ATI,0x5964,  0x1043,0xc008,           4 },
 
     /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */
     { PCI_VENDOR_ATI,0xcbb2,    PCI_VENDOR_ATI,0x5c61,  PCI_VENDOR_SONY,0x8175,  1 },
commit 9d285dbc55a45f9b852aa0c82a5aa572c5284da7
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul 9 12:42:45 2009 -0400

    RV280: Add an AGP quirk
    
    lp bug 370205 via fdo bug 12544

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 19f7abe..af56d9f 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -767,6 +767,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
     { PCI_VENDOR_INTEL,0x3580,  PCI_VENDOR_ATI,0x4e50,  PCI_VENDOR_ASUS,0x1942,  1 },
     /* Intel 82852/82855 host bridge / Mobility 9600/9700 Needs AGPMode 1 (deb #510208) */
     { PCI_VENDOR_INTEL,0x3580,  PCI_VENDOR_ATI,0x4e50,  0x10cf,0x127f,           1 },
+    /* Intel 82443BX/ZX/DX Host bridge / RV280 [Radeon 9200] Needs AGPMode 1 (lp #370205) */
+    { PCI_VENDOR_INTEL,0x7190,  PCI_VENDOR_ATI,0x5961,  0x174b,0x7c13,           1 },
 
     /* ASRock K7VT4A+ AGP 8x / ATI Radeon 9250 AGP Needs AGPMode 4 (lp #133192) */
     { 0x1849,0x3189,            PCI_VENDOR_ATI,0x5960,  0x1787,0x5960,           4 },


More information about the xorg-commit mailing list