From 754655c795fff1c6267d358e54ad5198aee0cdd6 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Thu, 19 Apr 2012 20:03:39 +0200 Subject: nouveau: expose notifier handle on nvc0 as well Signed-off-by: Christoph Bumiller Signed-off-by: Ben Skeggs --- nouveau/abi16.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nouveau/abi16.c') diff --git a/nouveau/abi16.c b/nouveau/abi16.c index 0fa575ce..69a0a9b3 100644 --- a/nouveau/abi16.c +++ b/nouveau/abi16.c @@ -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; -- cgit v1.2.3