Searched refs:bo_next (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/nouveau/
H A Dpushbuf.c65 int bo_next; member in struct:nouveau_pushbuf_priv
656 if (nvpb->bo_next < nvpb->bo_nr) {
657 nouveau_bo_ref(nvpb->bos[nvpb->bo_next++], &bo);
658 if (nvpb->bo_next == nvpb->bo_nr && push->channel)
659 nvpb->bo_next = 0;

Completed in 2 milliseconds