* [Patch] drm/nouveau: nouveau/nouveau_abi16.c does not return offset of allocated notifier
@ 2013-09-14 5:40 Bob Gleitsmann
0 siblings, 0 replies; only message in thread
From: Bob Gleitsmann @ 2013-09-14 5:40 UTC (permalink / raw)
To: dri-devel
Hi,
The following patch fixes problems retrieving query results. I have
tested it on nv40 - 6800 Ultra.
Best Wishes,
Bob
--- a/drivers/gpu/drm/nouveau/nouveau_abi16.c
+++ b/drivers/gpu/drm/nouveau/nouveau_abi16.c
@@ -445,6 +445,7 @@
nouveau_abi16_ioctl_notifierobj_alloc(ABI16_IOCTL_ARGS)
sizeof(args), &object);
if (ret)
goto done;
+ info->offset = ntfy->node->offset;
done:
if (ret)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-14 5:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-14 5:40 [Patch] drm/nouveau: nouveau/nouveau_abi16.c does not return offset of allocated notifier Bob Gleitsmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox