Home
last modified time | relevance | path

Searched refs:fd_bo_cache_free (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_bo_cache.c197 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free() function
Dfreedreno_priv.h111 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
Dfreedreno_bo.c204 if (bo->bo_reuse && (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) in fd_bo_del()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c117 ret = fd_bo_cache_free(&to_msm_device(dev)->ring_cache, bo); in ring_bo_del()