Lines Matching refs:total
188 vm->clear_range(vm, 0, vm->total); in i915_ggtt_suspend_vm()
522 GEM_BUG_ON(ggtt->vm.total <= GUC_TOP_RESERVE_SIZE); in ggtt_reserve_guc_top()
523 offset = ggtt->vm.total - GUC_TOP_RESERVE_SIZE; in ggtt_reserve_guc_top()
635 ggtt->vm.clear_range(&ggtt->vm, ggtt->vm.total - PAGE_SIZE, PAGE_SIZE); in init_ggtt()
687 if (GEM_WARN_ON(ppgtt->vm.total < ggtt->vm.total)) { in init_aliasing_ppgtt()
692 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, ggtt->vm.total); in init_aliasing_ppgtt()
708 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, ggtt->vm.total); in init_aliasing_ppgtt()
963 ggtt->vm.total = (size / sizeof(gen8_pte_t)) * I915_GTT_PAGE_SIZE; in gen8_gmch_probe()
1123 ggtt->vm.total = (size / sizeof(gen6_pte_t)) * I915_GTT_PAGE_SIZE; in gen6_gmch_probe()
1176 if ((ggtt->vm.total - 1) >> 32) { in ggtt_probe_hw()
1180 ggtt->vm.total >> 20); in ggtt_probe_hw()
1181 ggtt->vm.total = 1ULL << 32; in ggtt_probe_hw()
1183 min_t(u64, ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1186 if (ggtt->mappable_end > ggtt->vm.total) { in ggtt_probe_hw()
1190 &ggtt->mappable_end, ggtt->vm.total); in ggtt_probe_hw()
1191 ggtt->mappable_end = ggtt->vm.total; in ggtt_probe_hw()
1195 drm_dbg(&i915->drm, "GGTT size = %lluM\n", ggtt->vm.total >> 20); in ggtt_probe_hw()
1280 vm->clear_range(vm, 0, vm->total); in i915_ggtt_resume_vm()