summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stawinoga <a.stawinoga@gmx.de>2008-01-24 08:51:09 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-01-24 08:51:09 +0800
commitdb0a7c569e383436a2725e1e74f35fb426da1196 (patch)
treec10bb7e1ce76b3f8c823e4bc585a3d7b31f054c6
parentf54bba7600647c76fe3bd2d0133edc06dbea6a05 (diff)
downloadxorg-driver-xf86-video-intel-db0a7c569e383436a2725e1e74f35fb426da1196.tar.gz
Samsung Q45 has no TV output
-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 8fbdbfe8..cb436033 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -91,6 +91,8 @@ static i830_quirk i830_quirk_list[] = {
/* Samsung Q35 has no TV output */
{ PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv },
+ /* Samsung Q45 has no TV output */
+ { PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv },
/* Dell Inspiron 510m needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },