xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Aug 11 12:29:57 PDT 2009


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

New commits:
commit 92baeafde8f0c1eed2b6769e96f8093e3d6d7478
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Aug 11 15:29:17 2009 -0400

    RV280: add agp quirk
    
    from Hartmut Niemann

diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index ed6ca9b..8a7ed83 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -777,6 +777,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
 
     /* SiS Host Bridge 655 / R420 [Radeon X800] Needs AGPMode 4 (lp #371296) */
     { 0x1039,0x0655,            PCI_VENDOR_ATI,0x4a4b,  PCI_VENDOR_ATI,0x4422,   4 },
+    /* SiS Host Bridge / RV280 Needs AGPMode 4 */
+    { 0x1039,0x0741,            PCI_VENDOR_ATI,0x5964,  0x148c,0x2073,           4 },
 
     /* 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