Home
last modified time | relevance | path

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

/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c93 struct msm_ringbuffer *msm_ring = to_msm_ringbuffer(ring); in append_bo() local
96 idx = APPEND(&msm_ring->submit, bos); in append_bo()
97 idx = APPEND(msm_ring, bos); in append_bo()
99 msm_ring->submit.bos[idx].flags = 0; in append_bo()
100 msm_ring->submit.bos[idx].handle = bo->handle; in append_bo()
101 msm_ring->submit.bos[idx].presumed = to_msm_bo(bo)->presumed; in append_bo()
103 msm_ring->bos[idx] = fd_bo_ref(bo); in append_bo()
111 struct msm_ringbuffer *msm_ring = to_msm_ringbuffer(ring); in bo2idx() local
123 for (idx = 0; idx < msm_ring->nr_bos; idx++) in bo2idx()
124 if (msm_ring->bos[idx] == bo) in bo2idx()
[all …]