diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-16 13:52:42 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-16 13:52:42 -0400 |
commit | a6855c370194b6df307ea33724fe17a85d67607e (patch) | |
tree | d97ada6b501197b0a01564b0445f2bc1a0e9f9e4 | |
parent | a55ced5ee20c07e743c7c0978803fd10589c1531 (diff) |
radeon: add another AGP quirk
bug 20647
-rw-r--r-- | src/radeon_dri.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 9c9fc7ff..f6c62616 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -749,6 +749,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { { PCI_VENDOR_INTEL,0x3340, PCI_VENDOR_ATI,0x4c59, PCI_VENDOR_IBM,0x052f, 1 }, /* Intel 82855PM host bridge / Mobility 9600 M10 RV350 Needs AGPMode 1 (lp #195051) */ { PCI_VENDOR_INTEL,0x3340, PCI_VENDOR_ATI,0x4e50, PCI_VENDOR_IBM,0x0550, 1 }, + /* Intel 82855PM host bridge / FireGL Mobility T2 RV350 Needs AGPMode 2 (fdo #20647) */ + { PCI_VENDOR_INTEL,0x3340, PCI_VENDOR_ATI,0x4e54, PCI_VENDOR_IBM,0x054f, 2 }, /* Intel 82855PM host bridge / Mobility M9+ / VaioPCG-V505DX Needs AGPMode 2 (fdo #17928) */ { PCI_VENDOR_INTEL,0x3340, PCI_VENDOR_ATI,0x5c61, PCI_VENDOR_SONY,0x816b, 2 }, /* Intel 82855PM Processor to I/O Controller / Mobility M9+ Needs AGPMode 8 (phoronix forum) */ |