summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-12-20 17:18:00 +0000
committerDave Airlie <airlied@redhat.com>2011-12-20 17:18:00 +0000
commit57ab079e0b53a1bc6be2336e41dce519a45f9d80 (patch)
tree4ce1b43d475f45b2375eeeee9164605a261b8229
parentd19be8075a3319c0b57c76c2682a6784452a306e (diff)
nouveau: set shared flag to keep kernel happy
-rw-r--r--src/nouveau_drv_exa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nouveau_drv_exa.c b/src/nouveau_drv_exa.c
index fab1b7c..90fbf9a 100644
--- a/src/nouveau_drv_exa.c
+++ b/src/nouveau_drv_exa.c
@@ -383,6 +383,7 @@ nouveau_exa_set_shared_pixmap_backing(DrvPixmapPtr ppix, int handle)
return FALSE;
}
nvpix->bo = bo;
+ nvpix->shared = TRUE;
return TRUE;
}