diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-09 21:25:47 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-09 21:25:47 +0800 |
commit | 4f288ff2d1e7d28bf49167f073fbce21492a7c32 (patch) | |
tree | af478799d044d0b5c60aeb389dce0faa37de90ec /src/i830_sdvo.c | |
parent | f089942689df622b1af00569eade4883a84eb7a3 (diff) |
Add new integrated graphics chipset ids
Diffstat (limited to 'src/i830_sdvo.c')
-rw-r--r-- | src/i830_sdvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_sdvo.c b/src/i830_sdvo.c index 6b7037e2..4b049946 100644 --- a/src/i830_sdvo.c +++ b/src/i830_sdvo.c @@ -727,7 +727,7 @@ i830_sdvo_mode_set(xf86OutputPtr output, DisplayModePtr mode, } /* Set the SDVO control regs. */ - if (IS_I965GM(pI830)) { + if (IS_I965GM(pI830) || IS_IGD_GM(pI830)) { sdvox = SDVO_BORDER_ENABLE; } else { sdvox = INREG(dev_priv->output_device); |