Lines Matching full:total

175 	limit = min(ppgtt->vm.total, limit);  in igt_ppgtt_alloc()
252 GEM_BUG_ON(count * BIT_ULL(size) > vm->total); in lowlevel_hole()
279 GEM_BUG_ON(addr + BIT_ULL(size) > vm->total); in lowlevel_hole()
306 GEM_BUG_ON(addr + BIT_ULL(size) > vm->total); in lowlevel_hole()
1017 GEM_BUG_ON(offset_in_page(ppgtt->vm.total)); in exercise_ppgtt()
1020 err = func(dev_priv, &ppgtt->vm, 0, ppgtt->vm.total, end_time); in exercise_ppgtt()
1259 err = func(i915, ctx->vm, 0, min(ctx->vm->total, limit), end_time); in exercise_mock()
1298 u64 total; in igt_gtt_reserve() local
1307 for (total = 0; in igt_gtt_reserve()
1308 total + 2 * I915_GTT_PAGE_SIZE <= ggtt->vm.total; in igt_gtt_reserve()
1309 total += 2 * I915_GTT_PAGE_SIZE) { in igt_gtt_reserve()
1335 total, in igt_gtt_reserve()
1340 total, ggtt->vm.total, err); in igt_gtt_reserve()
1346 if (vma->node.start != total || in igt_gtt_reserve()
1350 total, 2*I915_GTT_PAGE_SIZE); in igt_gtt_reserve()
1357 for (total = I915_GTT_PAGE_SIZE; in igt_gtt_reserve()
1358 total + 2 * I915_GTT_PAGE_SIZE <= ggtt->vm.total; in igt_gtt_reserve()
1359 total += 2 * I915_GTT_PAGE_SIZE) { in igt_gtt_reserve()
1385 total, in igt_gtt_reserve()
1390 total, ggtt->vm.total, err); in igt_gtt_reserve()
1396 if (vma->node.start != total || in igt_gtt_reserve()
1400 total, 2*I915_GTT_PAGE_SIZE); in igt_gtt_reserve()
1423 offset = random_offset(0, ggtt->vm.total, in igt_gtt_reserve()
1434 total, ggtt->vm.total, err); in igt_gtt_reserve()
1469 ggtt->vm.total + I915_GTT_PAGE_SIZE, 0, in igt_gtt_insert()
1470 0, ggtt->vm.total, in igt_gtt_insert()
1491 u64 total; in igt_gtt_insert() local
1514 for (total = 0; in igt_gtt_insert()
1515 total + I915_GTT_PAGE_SIZE <= ggtt->vm.total; in igt_gtt_insert()
1516 total += I915_GTT_PAGE_SIZE) { in igt_gtt_insert()
1542 0, ggtt->vm.total, in igt_gtt_insert()
1551 total, ggtt->vm.total, err); in igt_gtt_insert()
1600 0, ggtt->vm.total, in igt_gtt_insert()
1604 total, ggtt->vm.total, err); in igt_gtt_insert()
1619 for (total = 0; in igt_gtt_insert()
1620 total + 2 * I915_GTT_PAGE_SIZE <= ggtt->vm.total; in igt_gtt_insert()
1621 total += 2 * I915_GTT_PAGE_SIZE) { in igt_gtt_insert()
1647 0, ggtt->vm.total, in igt_gtt_insert()
1651 total, ggtt->vm.total, err); in igt_gtt_insert()
1725 GEM_BUG_ON(offset_in_page(i915->ggtt.vm.total)); in i915_gem_gtt_live_selftests()