Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nouveau_bo

127 struct nouveau_bo {
139 struct nouveau_bo **);
141 struct nouveau_bo **);
143 struct nouveau_bo **);
144 int nouveau_bo_name_get(struct nouveau_bo *, uint32_t *name);
145 void nouveau_bo_ref(struct nouveau_bo *, struct nouveau_bo **);
146 int nouveau_bo_map(struct nouveau_bo *, uint32_t access,
148 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
151 struct nouveau_bo **);
152 int nouveau_bo_set_prime(struct nouveau_bo *, int *prime_fd);
161 struct nouveau_bo *bo;
184 struct nouveau_bo *, uint32_t flags);
187 struct nouveau_bo *, uint64_t data, uint32_t flags,
205 struct nouveau_bo *bo;
215 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *,
223 void nouveau_pushbuf_reloc(struct nouveau_pushbuf *, struct nouveau_bo *,
227 uint32_t nouveau_pushbuf_refd(struct nouveau_pushbuf *, struct nouveau_bo *);