xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Dec 30 16:06:51 PST 2008


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

New commits:
commit c39ca66a7e216b7492fc5e3680ac535831cfb9a1
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Dec 30 19:05:58 2008 -0500

    R2xx: add another AGP quirk
    
    from http://www.phoronix.com/forums/showthread.php?t=14626

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 7c317e6..c0200f1 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -763,6 +763,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
     /* VIA K8M800 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (fdo #12544) */
     { 0x1106,0x0204,            PCI_VENDOR_ATI,0x5960,  0x17af,0x2020,           4 },
 
+    /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */
+    { 0x1002,0xcbb2,            PCI_VENDOR_ATI,0x5c61,  0x104d,0x8175,           1 },
+
     { 0, 0, 0, 0, 0, 0, 0 },
 };
 


More information about the xorg-commit mailing list