HomeSort by relevance Sort by last modified time
    Searched defs:nouveau_pushbuf (Results 1 - 2 of 2) sorted by null

  /external/libdrm/nouveau/
pushbuf.c 58 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 *fpush
    [all...]
nouveau.h 192 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 *, struct nouveau_bo *)
    [all...]

Completed in 68 milliseconds