Home
last modified time | relevance | path

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

/external/libdrm/freedreno/msm/
Dmsm_bo.c63 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_offset()
113 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy()
Dmsm_ringbuffer.c211 msm_ring->submit.bos[idx].presumed = to_msm_bo(bo)->presumed; in append_bo()
222 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx()
328 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in flush_reset()
475 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc()
Dmsm_priv.h84 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() function