Searched refs:bo_table (Results 1 – 1 of 1) sorted by relevance
95 void *bo_table; member226 if (!msm_ring->bo_table) in bo2idx()227 msm_ring->bo_table = drmHashCreate(); in bo2idx()229 if (!drmHashLookup(msm_ring->bo_table, bo->handle, &val)) { in bo2idx()235 drmHashInsert(msm_ring->bo_table, bo->handle, val); in bo2idx()340 if (msm_ring->bo_table) { in flush_reset()341 drmHashDestroy(msm_ring->bo_table); in flush_reset()342 msm_ring->bo_table = NULL; in flush_reset()