HomeSort by relevance Sort by last modified time
    Searched refs:msm_bo (Results 1 - 3 of 3) sorted by null

  /external/libdrm/freedreno/msm/
msm_bo.c 35 static int bo_allocate(struct msm_bo *msm_bo)
37 struct fd_bo *bo = &msm_bo->base;
38 if (!msm_bo->offset) {
55 msm_bo->offset = req.offset;
63 struct msm_bo *msm_bo = to_msm_bo(bo); local
64 int ret = bo_allocate(msm_bo);
67 *offset = msm_bo->offset;
94 struct msm_bo *msm_bo = to_msm_bo(bo) local
130 struct msm_bo *msm_bo; local
    [all...]
msm_priv.h 70 struct msm_bo { struct
89 static inline struct msm_bo * to_msm_bo(struct fd_bo *x)
91 return (struct msm_bo *)x;
msm_ringbuffer.c 112 struct msm_bo *msm_bo = to_msm_bo(bo); local
115 if (!msm_bo->current_ring) {
117 msm_bo->current_ring = ring;
118 msm_bo->idx = idx;
119 } else if (msm_bo->current_ring == ring) {
120 idx = msm_bo->idx;
289 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); local
290 msm_bo->current_ring = NULL
309 struct msm_bo *msm_bo = to_msm_bo(r->bo); local
    [all...]

Completed in 2363 milliseconds