Lines Matching refs:presumed
597 if (nvbo->offset == b->presumed.offset &&
599 b->presumed.domain & NOUVEAU_GEM_DOMAIN_VRAM) ||
601 b->presumed.domain & NOUVEAU_GEM_DOMAIN_GART)))
605 b->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
607 b->presumed.domain = NOUVEAU_GEM_DOMAIN_VRAM;
608 b->presumed.offset = nvbo->offset;
609 b->presumed.valid = 0;
675 if (b->presumed.valid)
703 data = b->presumed.offset + r->data;
706 data = (b->presumed.offset + r->data) >> 32;
711 if (b->presumed.domain == NOUVEAU_GEM_DOMAIN_GART)
940 if (bo[i].presumed.valid)
943 if (copy_to_user(&upbbo[i].presumed, &bo[i].presumed,
944 sizeof(bo[i].presumed))) {