summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-09 12:48:06 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-09 12:48:06 -0400
commit43db263d301082e84e9bc304816bcbb206fe280e (patch)
treef5cd3b819d6b1155647d51e805b01d7983653c4a
parent69b5e5496f10a9f566d2e563862c96cb41952eb6 (diff)
RV280: another AGP quirk
fdo bug 12544
-rw-r--r--src/radeon_dri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index af56d9fb..d37e0ae0 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 },