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()94 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy() local95 free(msm_bo); in msm_bo_destroy()130 struct msm_bo *msm_bo; in msm_bo_from_handle() local[all …]
112 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local115 if (!msm_bo->current_ring) { in bo2idx()117 msm_bo->current_ring = ring; in bo2idx()118 msm_bo->idx = idx; in bo2idx()119 } else if (msm_bo->current_ring == ring) { in bo2idx()120 idx = msm_bo->idx; in bo2idx()289 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in msm_ringbuffer_flush() local290 msm_bo->current_ring = NULL; in msm_ringbuffer_flush()291 fd_bo_del(&msm_bo->base); in msm_ringbuffer_flush()309 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc() local[all …]
70 struct msm_bo { struct89 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() argument91 return (struct msm_bo *)x; in to_msm_bo()
7 msm/msm_bo.c \