From 001331f4f1f094ef02497aa618ae5eeb2febedfb Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Mon, 27 Jul 2009 07:23:09 +1000 Subject: nouveau: drm api 0.0.15, update object header, remove fake bo support --- libdrm/nouveau/nouveau_bo.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libdrm/nouveau/nouveau_bo.h') 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 @@ -71,10 +71,6 @@ int 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 **); @@ -107,10 +103,6 @@ nouveau_bo_pin(struct nouveau_bo *, uint32_t flags); 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); -- cgit v1.2.3