Searched defs:nouveau_pushbuf (Results 1 - 2 of 2) sorted by relevance

/external/libdrm/nouveau/
H A Dnouveau.h192 struct nouveau_pushbuf { struct
196 void (*kick_notify)(struct nouveau_pushbuf *);
211 struct nouveau_pushbuf **);
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 *, struc
[all...]
H A Dpushbuf.c58 struct nouveau_pushbuf base;
74 nouveau_pushbuf(struct nouveau_pushbuf *push) function
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 *fpus
[all...]

Completed in 593 milliseconds