Lines Matching refs:presumed
511 if (nvbo->offset == b->presumed.offset &&
513 b->presumed.domain & NOUVEAU_GEM_DOMAIN_VRAM) ||
515 b->presumed.domain & NOUVEAU_GEM_DOMAIN_GART)))
519 b->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
521 b->presumed.domain = NOUVEAU_GEM_DOMAIN_VRAM;
522 b->presumed.offset = nvbo->offset;
523 b->presumed.valid = 0;
614 if (b->presumed.valid)
642 data = b->presumed.offset + r->data;
645 data = (b->presumed.offset + r->data) >> 32;
650 if (b->presumed.domain == NOUVEAU_GEM_DOMAIN_GART)
865 if (bo[i].presumed.valid)
868 if (copy_to_user(&upbbo[i].presumed, &bo[i].presumed,
869 sizeof(bo[i].presumed))) {