From 08b6569dc663ddf38cb36a6875de6d4ab55acac9 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 19 Nov 2006 16:15:45 -0800 Subject: [PATCH] Enable TV output on Crestline (untested). --- src/i830_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index f61e0f02..441eba49 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -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 }