Home
last modified time | relevance | path

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

/external/libdrm/freedreno/
Dfreedreno_bo_cache.c87 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) in fd_bo_cache_cleanup() function
211 fd_bo_cache_cleanup(cache, time.tv_sec); in fd_bo_cache_free()
Dfreedreno_device.c115 fd_bo_cache_cleanup(&dev->bo_cache, 0); in fd_device_del_impl()
Dfreedreno_priv.h108 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
/external/libdrm/freedreno/msm/
Dmsm_device.c42 fd_bo_cache_cleanup(&msm_dev->ring_cache, 0); in msm_device_destroy()