nouveau: expose notifier handle on nvc0 as well

Signed-off-by: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
diff --git a/nouveau/abi16.c b/nouveau/abi16.c
index 0fa575c..69a0a9b 100644
--- a/nouveau/abi16.c
+++ b/nouveau/abi16.c
@@ -66,6 +66,7 @@
 
 	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;