aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/nouveau_channel.c')
-rw-r--r--nouveau/nouveau_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/nouveau_channel.c b/nouveau/nouveau_channel.c
index 674c5c37..638aee30 100644
--- a/nouveau/nouveau_channel.c
+++ b/nouveau/nouveau_channel.c
@@ -111,6 +111,7 @@ nouveau_channel_free(struct nouveau_channel **chan)
111 111
112 FIRE_RING(&nvchan->base); 112 FIRE_RING(&nvchan->base);
113 113
114 nouveau_pushbuf_fini(&nvchan->base);
114 nouveau_bo_unmap(nvchan->notifier_bo); 115 nouveau_bo_unmap(nvchan->notifier_bo);
115 nouveau_bo_ref(NULL, &nvchan->notifier_bo); 116 nouveau_bo_ref(NULL, &nvchan->notifier_bo);
116 117