summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2008-08-11 11:30:51 -0400
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-08-15 10:35:04 +0800
commit9b03fd49b0f27c9add19dece55d00a58ed73c978 (patch)
treeec7a63c556644617165bc14f091f552f3789ebb1
parentd1b47cf0cb66fb1b7c991fbd4f4518c6ccdbc643 (diff)
Apply pipe A quirk to 845 as well.
(cherry picked from commit 445c2e9ef8fc1d49bbb03e07bf36e0339be16a80)
-rw-r--r--src/i830_quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 6fc8e539..a3ed0440 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -315,6 +315,7 @@ static i830_quirk i830_quirk_list[] = {
/* 855 & before need to leave pipe A & dpll A up */
{ PCI_CHIP_I855_GM, SUBSYS_ANY, SUBSYS_ANY, quirk_pipea_force },
+ { PCI_CHIP_845_G, SUBSYS_ANY, SUBSYS_ANY, quirk_pipea_force },
{ 0, 0, 0, NULL },
};