summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-09 17:40:41 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-09 17:40:41 -0500
commit87ad9006f3dafb45e131c9a3d6df713321f39998 (patch)
tree5af95638c1fcb448d65996dba302034565bc94c4 /src/radeon_dri.c
parent610b8b65fd7aa97f9c03b2ff6ae607aa959eab0b (diff)
RV350: add AGP quirk
bug 19981
Diffstat (limited to 'src/radeon_dri.c')
-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 968afe69..44b3eb64 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -770,6 +770,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = {
{ 0x1106,0x0691, PCI_VENDOR_ATI,0x5960, 0x1043,0x0054, 2 },
/* VIA K8M800 Host Bridge / RV280 [Radeon 9200 PRO] Needs AGPMode 4 (fdo #12544) */
{ 0x1106,0x0204, PCI_VENDOR_ATI,0x5960, 0x17af,0x2020, 4 },
+ /* VIA KT880 Host Bridge / RV350 [Radeon 9550] Needs AGPMode 4 (fdo #19981) */
+ { 0x1106,0x0269, PCI_VENDOR_ATI,0x4153, 0x1043,0x003c, 4 },
/* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */
{ 0x1002,0xcbb2, PCI_VENDOR_ATI,0x5c61, 0x104d,0x8175, 1 },