Lines Matching refs:total

1236 	if (WARN_ON(start + length > vm->total))  in gen8_alloc_va_range_3lvl()
1448 uint64_t length = ppgtt->base.total; in gen8_dump_ppgtt()
1527 ppgtt->base.total = 1ULL << 48; in gen8_ppgtt_init()
1534 ppgtt->base.total = 1ULL << 32; in gen8_ppgtt_init()
1564 uint32_t start = ppgtt->base.start, length = ppgtt->base.total; in gen6_dump_ppgtt()
1874 if (WARN_ON(start_in + length_in > ppgtt->base.total)) in gen6_alloc_va_range()
2017 0, dev_priv->gtt.base.total, in gen6_ppgtt_allocate_page_directories()
2023 0, dev_priv->gtt.base.total, in gen6_ppgtt_allocate_page_directories()
2091 ppgtt->base.total = I915_PDES * GEN6_PTES * PAGE_SIZE; in gen6_ppgtt_init()
2100 gen6_scratch_va_range(ppgtt, 0, ppgtt->base.total); in gen6_ppgtt_init()
2102 gen6_write_page_range(dev_priv, &ppgtt->pd, 0, ppgtt->base.total); in gen6_ppgtt_init()
2127 drm_mm_init(&vm->mm, vm->start, vm->total); in i915_address_space_init()
2317 dev_priv->gtt.base.total, in i915_gem_suspend_gtt_mappings()
2652 ggtt_vm->total = end - start - PAGE_SIZE; in i915_gem_setup_global_gtt()
2654 ggtt_vm->total += PAGE_SIZE; in i915_gem_setup_global_gtt()
2710 ppgtt->base.total); in i915_gem_setup_global_gtt()
2719 ppgtt->base.total, in i915_gem_setup_global_gtt()
2735 gtt_size = dev_priv->gtt.base.total; in i915_gem_init_global_gtt()
3116 ret = gtt->gtt_probe(dev, &gtt->base.total, &gtt->stolen_size, in i915_gem_gtt_init()
3123 gtt->base.total >> 20); in i915_gem_gtt_init()
3155 dev_priv->gtt.base.total, in i915_gem_restore_gtt_mappings()
3197 0, ppgtt->base.total); in i915_gem_restore_gtt_mappings()