]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/blobdiff - nouveau/abi16.c
nouveau: expose notifier handle on nvc0 as well
[glsdk/libdrm.git] / nouveau / abi16.c
index 0fa575ce354eee53e20bdd8976983bc04cc42e1d..69a0a9b3cd8a8840609a14748cbda9348a4f67f1 100644 (file)
@@ -66,6 +66,7 @@ abi16_chan_nvc0(struct nouveau_object *obj)
 
        nvc0->base.channel = req.channel;
        nvc0->base.pushbuf = req.pushbuf_domains;
+       nvc0->notify = req.notifier_handle;
        nvc0->base.object->handle = req.channel;
        nvc0->base.object->length = sizeof(*nvc0);
        return 0;