Lines Matching refs:fd_bo
32 drm_private void bo_del(struct fd_bo *bo);
91 struct fd_bo *bo;
94 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list);
126 static int is_idle(struct fd_bo *bo)
134 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags)
136 struct fd_bo *bo = NULL;
147 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list);
161 drm_private struct fd_bo *
164 struct fd_bo *bo = NULL;
194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo)