Searched refs:fd_bo_cache_free (Results 1 – 4 of 4) sorted by relevance
197 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free() function
111 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
204 if (bo->bo_reuse && (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) in fd_bo_del()
117 ret = fd_bo_cache_free(&to_msm_device(dev)->ring_cache, bo); in ring_bo_del()