From 16f9a56070a01c7ada8e566d9b73fcf7900136e0 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 1 Dec 2006 10:50:27 -0800 Subject: [PATCH] TV output exists on all 9xx chips except for 915G --- 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 3aafe3aa..e04a44c2 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -707,7 +707,7 @@ I830SetupOutputs(ScrnInfoPtr pScrn) } else { i830_dvo_init(pScrn); } - if (IS_I915GM(pI830) || IS_I945GM(pI830)) + if (IS_I9XX(pI830) && !IS_I915G(pI830)) i830_tv_init(pScrn); }