Searched refs:pt_sz (Results 1 – 3 of 3) sorted by relevance
228 int shift, n, pt_sz; in i915_vm_alloc_pt_stash() local234 pt_sz = stash->pt_sz; in i915_vm_alloc_pt_stash()235 if (!pt_sz) in i915_vm_alloc_pt_stash()236 pt_sz = I915_GTT_PAGE_SIZE_4K; in i915_vm_alloc_pt_stash()240 GEM_BUG_ON(!is_power_of_2(pt_sz)); in i915_vm_alloc_pt_stash()246 pt = alloc_pt(vm, pt_sz); in i915_vm_alloc_pt_stash()
228 int pt_sz; member
155 stash.pt_sz = I915_GTT_PAGE_SIZE_64K; in migrate_vm()