Lines Matching refs:nouveau_pushbuf
192 struct nouveau_pushbuf { struct
196 void (*kick_notify)(struct nouveau_pushbuf *); argument
211 struct nouveau_pushbuf **); argument
212 void nouveau_pushbuf_del(struct nouveau_pushbuf **);
213 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords,
215 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *,
217 int nouveau_pushbuf_refn(struct nouveau_pushbuf *,
223 void nouveau_pushbuf_reloc(struct nouveau_pushbuf *, struct nouveau_bo *,
226 int nouveau_pushbuf_validate(struct nouveau_pushbuf *);
227 uint32_t nouveau_pushbuf_refd(struct nouveau_pushbuf *, struct nouveau_bo *);
228 int nouveau_pushbuf_kick(struct nouveau_pushbuf *, struct nouveau_object *chan);
230 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *, struct nouveau_bufctx *);