Home | History | Annotate | Download | only in nouveau

Lines Matching refs:NOUVEAU_BO_GART

36          return nouveau_buffer_allocate(screen, buf, NOUVEAU_BO_GART);
38 if (domain == NOUVEAU_BO_GART) {
44 if (domain != NOUVEAU_BO_GART) {
118 nv->copy_data(nv, bounce, offset, NOUVEAU_BO_GART,
159 bounce, offset, NOUVEAU_BO_GART, size);
261 if (buf->domain != NOUVEAU_BO_GART)
322 if ((res->domain != NOUVEAU_BO_GART) ||
380 buffer->domain = NOUVEAU_BO_GART;
391 buffer->domain = NOUVEAU_BO_GART;
463 if (new_domain == NOUVEAU_BO_GART && old_domain == 0) {
523 if (!nouveau_buffer_reallocate(screen, buf, NOUVEAU_BO_GART))
541 return nouveau_bo_new(nv->screen->device, NOUVEAU_BO_GART | NOUVEAU_BO_MAP,