summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@airlied-rhel5.(none)>2010-04-21 11:07:19 +1000
committerDave Airlie <airlied@airlied-rhel5.(none)>2010-04-21 11:07:19 +1000
commit8745fa9db5a13c82105929dad4d9274de84c2d48 (patch)
treec495251d2fe6f9880f669b8933745a0d4e92e40f
parentc97eddba9d98c71933a62f957b80d9478ee6edb2 (diff)
intel-2.2.1-ironlake-no-xv.patch
-rw-r--r--src/i830_video.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index b1293be7..098b57a5 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -532,6 +532,9 @@ I830InitVideo(ScreenPtr pScreen)
XF86VideoAdaptorPtr overlayAdaptor = NULL, texturedAdaptor = NULL;
int num_adaptors;
+ if (IS_IGDNG(pI830))
+ return;
+
#if 0
{
I830OverlayRegRec tmp;