Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nouveau_pushbuf

58 	struct nouveau_pushbuf base;
74 nouveau_pushbuf(struct nouveau_pushbuf *push)
79 static int pushbuf_validate(struct nouveau_pushbuf *, bool);
80 static int pushbuf_flush(struct nouveau_pushbuf *);
83 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
86 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
151 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
155 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
157 struct nouveau_pushbuf *fpush;
223 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
226 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
308 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan)
310 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
392 pushbuf_flush(struct nouveau_pushbuf *push)
394 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
434 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel)
436 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
452 pushbuf_refn(struct nouveau_pushbuf *push, bool retry,
455 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
482 pushbuf_validate(struct nouveau_pushbuf *push, bool retry)
484 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
535 struct nouveau_pushbuf **ppush)
540 struct nouveau_pushbuf *push;
604 nouveau_pushbuf_del(struct nouveau_pushbuf **ppush)
606 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(*ppush);
630 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx)
638 nouveau_pushbuf_space(struct nouveau_pushbuf *push,
641 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
702 nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
705 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
732 nouveau_pushbuf_refn(struct nouveau_pushbuf *push,
739 nouveau_pushbuf_reloc(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
747 nouveau_pushbuf_validate(struct nouveau_pushbuf *push)
753 nouveau_pushbuf_refd(struct nouveau_pushbuf *push, struct nouveau_bo *bo)
770 nouveau_pushbuf_kick(struct nouveau_pushbuf *push, struct nouveau_object *chan)