Lines Matching refs:fd_bo
33 drm_private void bo_del(struct fd_bo *bo);
36 static void set_name(struct fd_bo *bo, uint32_t name)
44 static struct fd_bo * lookup_bo(void *tbl, uint32_t key)
46 struct fd_bo *bo = NULL;
58 static struct fd_bo * bo_from_handle(struct fd_device *dev,
61 struct fd_bo *bo;
78 static struct fd_bo *
82 struct fd_bo *bo = NULL;
103 drm_public struct fd_bo *
106 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache);
117 drm_private struct fd_bo *
120 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
126 drm_public struct fd_bo *
129 struct fd_bo *bo = NULL;
147 drm_public struct fd_bo *
152 struct fd_bo *bo;
179 drm_public struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name)
184 struct fd_bo *bo;
214 drm_public uint64_t fd_bo_get_iova(struct fd_bo *bo)
219 drm_public void fd_bo_put_iova(struct fd_bo *bo)
224 drm_public struct fd_bo * fd_bo_ref(struct fd_bo *bo)
230 drm_public void fd_bo_del(struct fd_bo *bo)
251 drm_private void bo_del(struct fd_bo *bo)
272 drm_public int fd_bo_get_name(struct fd_bo *bo, uint32_t *name)
296 drm_public uint32_t fd_bo_handle(struct fd_bo *bo)
301 drm_public int fd_bo_dmabuf(struct fd_bo *bo)
317 drm_public uint32_t fd_bo_size(struct fd_bo *bo)
322 drm_public void * fd_bo_map(struct fd_bo *bo)
344 drm_public int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op)
349 drm_public void fd_bo_cpu_fini(struct fd_bo *bo)
355 drm_public struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size)