diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2009-03-06 09:42:39 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-06 09:42:39 -0500 |
commit | 8f7c17a6b77ca368f067c2acb803cc8f9ef19351 (patch) | |
tree | 862436ce27e23f194082d809ef470b882f19af87 /src/radeon_dri.c | |
parent | 5dc4b69fbdd0e8ca48cc00321f193260a8f10bd0 (diff) |
RV350: Add AGPMode quirk for Thinkpad
fixes bug 15096 (and Ubuntu bug #195051)
Diffstat (limited to 'src/radeon_dri.c')
-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 45f79ed9..2b7540c3 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -747,6 +747,8 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { { PCI_VENDOR_INTEL,0x2570, PCI_VENDOR_ATI,0x5964, 0x148c,0x2073, 4 }, /* Intel 82855PM Processor to I/O Controller / Mobility M6 LY Needs AGPMode 1 (deb #467235) */ { 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 / 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) */ |