Only initialize integrated TV encoder for mobile chips

This commit is contained in:
Zhenyu Wang 2008-07-16 10:45:28 +08:00
parent bca316863b
commit c4565a9811
1 changed files with 1 additions and 1 deletions

View File

@ -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++)