summaryrefslogtreecommitdiff
path: root/src/nouveau_xv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-05-11 16:34:46 +0100
committerDave Airlie <airlied@redhat.com>2012-05-11 16:34:46 +0100
commit255152a21f875f02ea5a4d775fc4a8f4b0e7c6e6 (patch)
tree740dc2e48d9e06ec8f309383baa147087ec2e637 /src/nouveau_xv.c
parent8d50b443fb466cc7abc8e267594a96231ad3aea8 (diff)
dirty pixmap trackingdrvmodelv3
Diffstat (limited to 'src/nouveau_xv.c')
-rw-r--r--src/nouveau_xv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nouveau_xv.c b/src/nouveau_xv.c
index 11248e6..e65d61f 100644
--- a/src/nouveau_xv.c
+++ b/src/nouveau_xv.c
@@ -2111,6 +2111,8 @@ NVInitVideo(ScreenPtr pScreen)
}
}
+ num_adaptors = 0; // TODO
+ return;
if (num_adaptors)
xf86XVScreenInit(pScreen, adaptors, num_adaptors);
if (newAdaptors)