diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-24 08:51:48 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-24 08:51:48 +0800 |
commit | 81986bb35c9aea03665abc491d88ef3ab2db8de4 (patch) | |
tree | c10bb7e1ce76b3f8c823e4bc585a3d7b31f054c6 | |
parent | c35ab31893c9b2cf93e0b0d3c4d93b5830d39b29 (diff) | |
parent | db0a7c569e383436a2725e1e74f35fb426da1196 (diff) |
Merge branch 'master' into xf86-video-intel-2.2-branch
-rw-r--r-- | src/i830_quirks.c | 2 |
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 }, |