Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nouveau_bo_map

159          if (!nouveau_bo_map(tx->bo, 0, NULL))
452 /* Note that nouveau_bo_map ends up doing a nouveau_bo_wait with the
458 ret = nouveau_bo_map(buf->bo,
618 if (nouveau_bo_map(res->bo, 0, NULL))
621 if (nouveau_bo_map(res->bo, flags, nv->client))
741 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->client))
764 ret = nouveau_bo_map(buf->bo, 0, nv->client);
832 ret = nouveau_bo_map(buf->bo, 0, nv->client);
880 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,
931 ret = nouveau_bo_map(nv->scratch.runout->bo[n], 0, NULL);
969 ret = nouveau_bo_map(bo, NOUVEAU_BO_WR, nv->client);