From c4565a9811487402d899d0933cc63e27ffe1ff08 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Wed, 16 Jul 2008 10:45:28 +0800 Subject: [PATCH] Only initialize integrated TV encoder for mobile chips --- 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 c880833e..e29dd102 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -940,7 +940,7 @@ I830SetupOutputs(ScrnInfoPtr pScrn) } else { i830_dvo_init(pScrn); } - if (IS_I9XX(pI830) && !IS_I915G(pI830)) + if (IS_I9XX(pI830) && IS_MOBILE(pI830)) i830_tv_init(pScrn); for (o = 0; o < config->num_output; o++)