summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeng Li <peng.li@intel.com>2008-02-27 11:56:55 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-02-27 11:56:55 +0800
commitea7c7d088e0a3c3b7ab2bdd0475aa13379764bf4 (patch)
tree7957ed1c72003351ab811c5c3c3d91a6d1dfc616 /src
parentfdc25cb0ca7d479051cee66a032f9ee1b68db98a (diff)
HP Compaq 6730s has no TV output
Diffstat (limited to 'src')
-rw-r--r--src/i830_quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index e957845e..2486e416 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -243,6 +243,9 @@ static i830_quirk i830_quirk_list[] = {
/* Samsung Q45 has no TV output */
{ PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv },
+ /* HP Compaq 6730s has no TV output */
+ { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv },
+
/* Dell Inspiron 510m needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },