aboutsummaryrefslogtreecommitdiff
path: root/nouveau/nouveau_private.h
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2009-12-28 18:00:09 -0500
committerYounes Manton <younes.m@gmail.com>2009-12-28 18:07:08 -0500
commitcd2e4ba9aac65d10cf790990a8b86feed1cdd774 (patch)
treef285499979532c0b762ff2ce99145fe9f0b94099 /nouveau/nouveau_private.h
parentcb1caaaa05ba96b98bf9af1190f6830d8b0608bc (diff)
nouveau: Unreference pushbuf objects on channel destruction.
- unreference pushbuf objects on channel destruction Based on Krzysztof Smiechowicz's patch.
Diffstat (limited to 'nouveau/nouveau_private.h')
-rw-r--r--nouveau/nouveau_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nouveau/nouveau_private.h b/nouveau/nouveau_private.h
index 784afc91..39758d18 100644
--- a/nouveau/nouveau_private.h
+++ b/nouveau/nouveau_private.h
@@ -64,6 +64,8 @@ struct nouveau_pushbuf_priv {
int
nouveau_pushbuf_init(struct nouveau_channel *);
+void
+nouveau_pushbuf_fini(struct nouveau_channel *);
struct nouveau_channel_priv {
struct nouveau_channel base;