projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af7c7d
)
drm/nouveau: unpin notify object in chan_fini
author
Maarten Lankhorst
<m.b.lankhorst@gmail.com>
Thu, 27 Jun 2013 11:38:20 +0000
(13:38 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 28 Jun 2013 01:55:48 +0000
(11:55 +1000)
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Acked-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@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
1c4c6c9
..
8f467e7
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_abi16.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_abi16.c
@@
-129,6
+129,7
@@
nouveau_abi16_chan_fini(struct nouveau_abi16 *abi16,
if (chan->ntfy) {
nouveau_bo_vma_del(chan->ntfy, &chan->ntfy_vma);
+ nouveau_bo_unpin(chan->ntfy);
drm_gem_object_unreference_unlocked(chan->ntfy->gem);
}