Home
last modified time | relevance | path

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

/external/libdrm/freedreno/msm/
Dmsm_bo.c35 static int bo_allocate(struct msm_bo *msm_bo) in bo_allocate() argument
37 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() local
64 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() local
95 free(msm_bo); in msm_bo_destroy()
130 struct msm_bo *msm_bo; in msm_bo_from_handle() local
[all …]
Dmsm_ringbuffer.c112 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local
115 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() local
290 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 …]
Dmsm_priv.h70 struct msm_bo { struct
89 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() argument
91 return (struct msm_bo *)x; in to_msm_bo()
/external/libdrm/freedreno/
DMakefile.sources7 msm/msm_bo.c \