Home
last modified time | relevance | path

Searched refs:current_ring (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c115 if (!msm_bo->current_ring) { in bo2idx()
117 msm_bo->current_ring = ring; in bo2idx()
119 } else if (msm_bo->current_ring == ring) { in bo2idx()
290 msm_bo->current_ring = NULL; in msm_ringbuffer_flush()
Dmsm_priv.h85 struct fd_ringbuffer *current_ring; member