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()
113 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy() local
114 free(msm_bo); in msm_bo_destroy()
150 struct msm_bo *msm_bo; in msm_bo_from_handle() local
[all …]
Dmsm_ringbuffer.c222 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local
225 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() local
329 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() local
489 addr = msm_bo->presumed; in msm_ringbuffer_emit_reloc()
[all …]
Dmsm_priv.h72 struct msm_bo { struct
84 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() argument
86 return (struct msm_bo *)x; in to_msm_bo()
/external/libdrm/freedreno/
DMakefile.sources8 msm/msm_bo.c \