diff options
author | Bryce Harrington <bryce@canonical.com> | 2009-08-01 16:41:41 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-08-01 16:41:41 -0400 |
commit | 2391531ed6b7c11ddd5ab91b2369821cc5f8b8a7 (patch) | |
tree | 3e983b6373f434188a4530a6dba6ec44e6901e8b /src/radeon_dri.c | |
parent | 474eda02257152ced52364f38cbad24c20aebbc0 (diff) |
radeon: AGPMode quirk needed for HP Omnibook 6200
fixed bug 23063
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 77a3ff71..5feb27bf 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -770,6 +770,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* Intel 82443BX/ZX/DX Host bridge / RV280 [Radeon 9200] Needs AGPMode 1 (lp #370205) */ { PCI_VENDOR_INTEL,0x7190, PCI_VENDOR_ATI,0x5961, 0x174b,0x7c13, 1 }, + /* Ali Corp M1671 Super P4 Northbridge / Mobility M6 LY Needs AGPMode 1 (lp #146303)*/ + { 0x10b9,0x1671, PCI_VENDOR_ATI,0x4c59, 0x103c,0x0027, 1 }, + /* ASRock K7VT4A+ AGP 8x / ATI Radeon 9250 AGP Needs AGPMode 4 (lp #133192) */ { 0x1849,0x3189, PCI_VENDOR_ATI,0x5960, 0x1787,0x5960, 4 }, |