summaryrefslogtreecommitdiff
path: root/nouveau/nouveau_bo.h
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/nouveau_bo.h')
-rw-r--r--nouveau/nouveau_bo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nouveau/nouveau_bo.h b/nouveau/nouveau_bo.h
index 3a1f2d4a..69c6d662 100644
--- a/nouveau/nouveau_bo.h
+++ b/nouveau/nouveau_bo.h
@@ -80,6 +80,10 @@ nouveau_bo_handle_ref(struct nouveau_device *, uint32_t handle,
struct nouveau_bo **);
int
+nouveau_bo_prime_handle_ref(struct nouveau_device *dev, uint32_t prime_handle,
+ struct nouveau_bo **bo);
+
+int
nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
int