Lines Matching refs:presumed
534 if (nvbo->bo.offset == b->presumed.offset &&
536 b->presumed.domain & NOUVEAU_GEM_DOMAIN_VRAM) ||
538 b->presumed.domain & NOUVEAU_GEM_DOMAIN_GART)))
542 b->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
544 b->presumed.domain = NOUVEAU_GEM_DOMAIN_VRAM;
545 b->presumed.offset = nvbo->bo.offset;
546 b->presumed.valid = 0;
635 if (b->presumed.valid)
663 data = b->presumed.offset + r->data;
666 data = (b->presumed.offset + r->data) >> 32;
671 if (b->presumed.domain == NOUVEAU_GEM_DOMAIN_GART)
888 if (bo[i].presumed.valid)
891 if (copy_to_user(&upbbo[i].presumed, &bo[i].presumed,
892 sizeof(bo[i].presumed))) {