Home
last modified time | relevance | path

Searched refs:pushbuf_validate (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/nouveau/
Dpushbuf.c75 static int pushbuf_validate(struct nouveau_pushbuf *, bool);
481 pushbuf_validate(struct nouveau_pushbuf *push, bool retry) in pushbuf_validate() function
524 return pushbuf_validate(push, false); in pushbuf_validate()
697 return flushed ? pushbuf_validate(push, false) : 0; in nouveau_pushbuf_space()
749 return pushbuf_validate(push, true); in nouveau_pushbuf_validate()
776 return pushbuf_validate(push, false); in nouveau_pushbuf_kick()