From ccac60bf035bb54661c13f306031def81e105a32 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Mon, 25 Jun 2007 10:23:28 +0800 Subject: fix some bugs --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_video.c') diff --git a/src/i830_video.c b/src/i830_video.c index 4f5ab434..9d9511eb 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -580,7 +580,7 @@ I830InitVideo(ScreenPtr pScreen) xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Set up textured video\n"); #ifdef XF86DRI - if (pI830->XvMCEnabled && IS_I9XX(pI830)) + if (/* pI830->XvMCEnabled && */IS_I9XX(pI830)) I915XvMCInitXv(pScrn, texturedAdaptor); #endif } else { -- cgit v1.2.3