summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2009-02-04 06:00:39 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2009-02-04 06:00:39 +0800
commit9fe5fca3fe761a4f11857d9766138a60f471a9e6 (patch)
tree56d086c704943faf90bd45df09d0267ad53f3f7a
parent5c370091620b38447172ebeffbc6ed3256e86c9d (diff)
TV quirk for HP Compaq nx6310
-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 4df1e6cf..8680baf9 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -312,6 +312,8 @@ static i830_quirk i830_quirk_list[] = {
/* HP Compaq nx6110 has no TV output */
{ PCI_CHIP_I915_GM, 0x103c, 0x099c, quirk_ignore_tv },
+ /* HP Compaq nx6310 has no TV output */
+ { PCI_CHIP_I945_GM, 0x103c, 0x30aa, quirk_ignore_tv },
/* HP Compaq 6730s has no TV output */
{ PCI_CHIP_GM45_GM, 0x103c, 0x30e8, quirk_ignore_tv },
/* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */