xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Sun Mar 1 09:40:01 PST 2009


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

New commits:
commit a7f465f73363fce409870f62173d518b1bc02ae6
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun Mar 1 12:39:31 2009 -0500

    R300: Add AGP quirk
    
    bug 7770

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 03fbb8a..45f79ed 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -787,6 +787,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
     /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */
     { PCI_VENDOR_ATI,0xcbb2,    PCI_VENDOR_ATI,0x5c61,  PCI_VENDOR_SONY,0x8175,  1 },
 
+    /* HP Host Bridge / R300 [FireGL X1] Needs AGPMode 2 (fdo #7770) */
+    { PCI_VENDOR_HP,0x122e,    PCI_VENDOR_ATI,0x4e47,  PCI_VENDOR_ATI,0x0152,    2 },
+
     { 0, 0, 0, 0, 0, 0, 0 },
 };
 


More information about the xorg-commit mailing list