summaryrefslogtreecommitdiff
path: root/src/i830_video.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2007-06-25 10:23:28 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2007-07-19 17:28:35 +0800
commitccac60bf035bb54661c13f306031def81e105a32 (patch)
tree641a9b86b0d3c02c258ab2e629c3778651e37e17 /src/i830_video.c
parent934da9f2b83716bb37d0719a61b8e6b179fff2cd (diff)
fix some bugs
Diffstat (limited to 'src/i830_video.c')
-rw-r--r--src/i830_video.c2
1 files changed, 1 insertions, 1 deletions
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 {