summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@canonical.com>2009-08-01 16:41:41 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-08-01 16:42:59 -0400
commitfc0cdcc3d287228242f0b5d3dad464f0440fe590 (patch)
tree9ba7539760f84b32155c888d8e9bf43120b2f4da /src/radeon_dri.c
parent0a03220810a5fa4eec3f16c3c25bd42dd3b31f1c (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.c3
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 },