diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-09-06 10:53:29 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-09-06 10:55:41 -0400 |
commit | b0de26fb70a21f03a66e192913a571dcf0ac616f (patch) | |
tree | fc36c039fe82113d0d5a0fa448f6f87599501187 | |
parent | a2968896884545f5c8f3f16c398c1ee4534ad7a8 (diff) |
RV280: add agp quirk
deb bug 545040
-rw-r--r-- | src/radeon_dri.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 8a7ed834..d67d649e 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -800,7 +800,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* 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 }, + { PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5964, PCI_VENDOR_ASUS,0xc008, 4 }, + /* VIA VT8377 Host Bridge / RV280 Needs AGPMode 4 (deb #545040) */ + { PCI_VENDOR_VIA,0x3189, PCI_VENDOR_ATI,0x5960, PCI_VENDOR_ASUS,0x004c, 4 }, /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */ { PCI_VENDOR_ATI,0xcbb2, PCI_VENDOR_ATI,0x5c61, PCI_VENDOR_SONY,0x8175, 1 }, |