aboutsummaryrefslogtreecommitdiff
path: root/libdrm/nouveau/nouveau_bo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdrm/nouveau/nouveau_bo.h')
-rw-r--r--libdrm/nouveau/nouveau_bo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libdrm/nouveau/nouveau_bo.h b/libdrm/nouveau/nouveau_bo.h
index 9b1feff1..97ad2d7b 100644
--- a/libdrm/nouveau/nouveau_bo.h
+++ b/libdrm/nouveau/nouveau_bo.h
@@ -72,10 +72,6 @@ nouveau_bo_user(struct nouveau_device *, void *ptr, int size,
struct nouveau_bo **);
int
-nouveau_bo_fake(struct nouveau_device *dev, uint64_t offset, uint32_t flags,
- uint32_t size, void *map, struct nouveau_bo **);
-
-int
nouveau_bo_wrap(struct nouveau_device *, uint32_t handle, struct nouveau_bo **);
int
@@ -108,10 +104,6 @@ void
nouveau_bo_unpin(struct nouveau_bo *);
int
-nouveau_bo_tile(struct nouveau_bo *, uint32_t flags, uint32_t delta,
- uint32_t size);
-
-int
nouveau_bo_busy(struct nouveau_bo *, uint32_t access);
#endif