diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-25 11:10:42 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-25 11:10:42 +0800 |
commit | 103dc34f3afc17cea7e086927e124a30c605a686 (patch) | |
tree | 505efa17905350a1a46da53113d2e7139d32a524 | |
parent | ae833b82867a14c82ab8054cd0e4e4baaa908bc1 (diff) | |
parent | 5d9e67aec3ce458d22b7febd3819542abb360534 (diff) |
Merge branch 'master' into xf86-video-intel-2.2-branch
-rw-r--r-- | src/i830_quirks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index cb436033..853a33e7 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -69,6 +69,9 @@ static i830_quirk i830_quirk_list[] = { /* Apple Mac mini has no lvds, but macbook pro does */ { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini }, + /* Clevo M720R has no tv output */ + { PCI_CHIP_I965_GM, 0x1558, 0x0721, quirk_ignore_tv }, + /* Dell Latitude X1 */ { PCI_CHIP_I915_GM, 0x1028, 0x01a3, quirk_ignore_tv }, /* Dell XPS 1330 */ |