projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d60792
)
drm/nouveau: return offset of allocated notifier
author
Bob Gleitsmann
<rjgleits@bellsouth.net>
Sun, 5 Jan 2014 22:59:07 +0000
(08:59 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 7 Jan 2014 03:38:06 +0000
(13:38 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_abi16.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_abi16.c
b/drivers/gpu/drm/nouveau/nouveau_abi16.c
index
6828d81
..
900fae0
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_abi16.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_abi16.c
@@
-447,6
+447,8
@@
nouveau_abi16_ioctl_notifierobj_alloc(ABI16_IOCTL_ARGS)
if (ret)
goto done;
+ info->offset = ntfy->node->offset;
+
done:
if (ret)
nouveau_abi16_ntfy_fini(chan, ntfy);