Home | History | Annotate | Download | only in nouveau

Lines Matching refs:bo

31  * Returns a pointer to a chunk of 'size' bytes long GART memory. 'bo'
36 struct nouveau_bo **bo, unsigned *offset)
44 nouveau_bo_ref(scratch->bo[scratch->index], bo);
52 nouveau_bo_ref(scratch->bo[scratch->index], bo);
54 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client);
55 buf = scratch->buf = (*bo)->map;
62 NOUVEAU_BO_MAP, 0, size, NULL, bo);
64 nouveau_bo_map(*bo, NOUVEAU_BO_WR, client);
65 buf = (*bo)->map;
83 NULL, &scratch->bo[i]);
96 nouveau_bo_ref(NULL, &scratch->bo[i]);