Enable TV output on Crestline (untested).

This commit is contained in:
Eric Anholt 2006-11-19 16:15:45 -08:00
parent 05202cabbd
commit 08b6569dc6
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ I830SetupOutputs(ScrnInfoPtr pScrn)
i830_dvo_init(pScrn);
}
#if 1
if (IS_I915GM(pI830) || IS_I945GM(pI830))
if (IS_I915GM(pI830) || IS_I945GM(pI830) || IS_I965G(pI830))
i830_tv_init(pScrn);
#endif
}