Lines Matching refs:nouveau_pushbuf
193 struct nouveau_pushbuf {
197 void (*kick_notify)(struct nouveau_pushbuf *);
212 struct nouveau_pushbuf **);
213 void nouveau_pushbuf_del(struct nouveau_pushbuf **);
214 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords,
216 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *,
218 int nouveau_pushbuf_refn(struct nouveau_pushbuf *,
224 void nouveau_pushbuf_reloc(struct nouveau_pushbuf *, struct nouveau_bo *,
227 int nouveau_pushbuf_validate(struct nouveau_pushbuf *);
228 uint32_t nouveau_pushbuf_refd(struct nouveau_pushbuf *, struct nouveau_bo *);
229 int nouveau_pushbuf_kick(struct nouveau_pushbuf *, struct nouveau_object *chan);
231 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);