Home | History | Annotate | Download | only in nouveau

Lines Matching refs:NOUVEAU_BO_MAP

121    if (nouveau_bo_map(bounce, NOUVEAU_BO_RD, nv->screen->client))
155 nouveau_bo_map(bounce, 0, nv->screen->client);
269 ret = nouveau_bo_map(buf->bo, flags, nv->screen->client);
330 if (nouveau_bo_map(res->bo, 0, NULL))
333 if (nouveau_bo_map(res->bo, flags, nv->screen->client))
442 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->screen->client))
466 ret = nouveau_bo_map(buf->bo, 0, nv->screen->client);
526 ret = nouveau_bo_map(buf->bo, 0, nv->screen->client);
541 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
576 ret = nouveau_bo_map(nv->scratch.runout[n], 0, NULL);
614 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, nv->screen->client);