Searched refs:msm_bo (Results 1 – 4 of 4) sorted by relevance
35 static int bo_allocate(struct msm_bo *msm_bo) in bo_allocate() argument37 struct fd_bo *bo = &msm_bo->base; in bo_allocate()38 if (!msm_bo->offset) { in bo_allocate()55 msm_bo->offset = req.offset; in bo_allocate()63 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_offset() local64 int ret = bo_allocate(msm_bo); in msm_bo_offset()67 *offset = msm_bo->offset; in msm_bo_offset()113 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy() local114 free(msm_bo); in msm_bo_destroy()150 struct msm_bo *msm_bo; in msm_bo_from_handle() local[all …]
222 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local225 if (msm_bo->current_ring_seqno == msm_ring->seqno) { in bo2idx()226 idx = msm_bo->idx; in bo2idx()241 msm_bo->current_ring_seqno = msm_ring->seqno; in bo2idx()242 msm_bo->idx = idx; in bo2idx()328 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in flush_reset() local329 msm_bo->current_ring_seqno = 0; in flush_reset()330 fd_bo_del(&msm_bo->base); in flush_reset()475 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc() local489 addr = msm_bo->presumed; in msm_ringbuffer_emit_reloc()[all …]
72 struct msm_bo { struct84 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() argument86 return (struct msm_bo *)x; in to_msm_bo()
8 msm/msm_bo.c \