Home
last modified time | relevance | path

Searched refs:ring_cache (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/freedreno/msm/
Dmsm_device.c38 fd_bo_cache_cleanup(&msm_dev->ring_cache, 0); in msm_device_destroy()
61 fd_bo_cache_init(&msm_dev->ring_cache, TRUE); in msm_device_new()
Dmsm_priv.h42 struct fd_bo_cache ring_cache; member
Dmsm_ringbuffer.c113 ret = fd_bo_cache_free(&to_msm_device(dev)->ring_cache, bo); in ring_bo_del()
126 bo = fd_bo_cache_alloc(&to_msm_device(dev)->ring_cache, &size, 0); in ring_bo_new()