Lines Matching defs:nouveau_pushbuf
55 struct nouveau_pushbuf base;
71 nouveau_pushbuf(struct nouveau_pushbuf *push)
76 static int pushbuf_validate(struct nouveau_pushbuf *, bool);
77 static int pushbuf_flush(struct nouveau_pushbuf *);
80 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
83 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
148 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
152 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
154 struct nouveau_pushbuf *fpush;
220 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
223 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
311 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan)
313 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
398 pushbuf_flush(struct nouveau_pushbuf *push)
400 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
440 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel)
442 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
458 pushbuf_refn(struct nouveau_pushbuf *push, bool retry,
461 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
488 pushbuf_validate(struct nouveau_pushbuf *push, bool retry)
490 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
541 struct nouveau_pushbuf **ppush)
546 struct nouveau_pushbuf *push;
610 nouveau_pushbuf_del(struct nouveau_pushbuf **ppush)
612 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(*ppush);
636 nouveau_pushbuf_bufctx(struct nouveau_pushbuf *push, struct nouveau_bufctx *ctx)
644 nouveau_pushbuf_space(struct nouveau_pushbuf *push,
647 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
708 nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
711 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push);
739 nouveau_pushbuf_refn(struct nouveau_pushbuf *push,
746 nouveau_pushbuf_reloc(struct nouveau_pushbuf *push, struct nouveau_bo *bo,
754 nouveau_pushbuf_validate(struct nouveau_pushbuf *push)
760 nouveau_pushbuf_refd(struct nouveau_pushbuf *push, struct nouveau_bo *bo)
778 nouveau_pushbuf_kick(struct nouveau_pushbuf *push, struct nouveau_object *chan)