diff options
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r-- | src/i830_driver.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 9bb12c6b..9cae2911 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -2720,6 +2720,12 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) if (pI830->directRenderingEnabled) { pI830->directRenderingEnabled = I830DRIFinishScreenInit(pScreen); } + +#ifdef XvMCExtension + if ((pI830->directRenderingEnabled) && IS_I9XX(pI830)) { + I915InitMC(pScreen); + } +#endif #endif /* Setup 3D engine, needed for rotation too */ |