Lines Matching refs:nouveau_bo
127 struct nouveau_bo {
139 struct nouveau_bo **);
140 void nouveau_bo_make_global(struct nouveau_bo *);
142 struct nouveau_bo **);
144 struct nouveau_bo **);
145 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
146 void nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
147 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
149 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
152 struct nouveau_bo **);
153 int nouveau_bo_set_prime(struct nouveau_bo *, int *prime_fd);
162 struct nouveau_bo *bo;
185 struct nouveau_bo *, uint32_t flags);
188 struct nouveau_bo *, uint64_t data, uint32_t flags,
206 struct nouveau_bo *bo;
216 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *,
224 void nouveau_pushbuf_reloc(struct nouveau_pushbuf *, struct nouveau_bo *,
228 uint32_t nouveau_pushbuf_refd(struct nouveau_pushbuf *, struct nouveau_bo *);