summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-03-12 11:13:50 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-03-12 11:13:50 -0700
commitc82d8e51c6ff9522ad0deb33399d13f3d6fef19d (patch)
tree3e454aa8132a06c7283efe20ab06395c07f9a1bc /src/i830_quirks.c
parenta8f4108bea0966406b0fcae8d062ae1cfb4afbb3 (diff)
Add pipe A force quirk for Thinkpad R31
Fixes #15036.
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r--src/i830_quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 3f931d65..7d0d1429 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -249,6 +249,8 @@ static i830_quirk i830_quirk_list[] = {
/* HP Compaq 6730s has no TV output */
{ PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv },
+ /* Thinkpad R31 needs pipe A force quirk */
+ { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force },
/* Dell Latitude D500 needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force },
/* Dell Inspiron 510m needs pipe A force quirk */