Home
last modified time | relevance | path

Searched refs:pt_sz (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c228 int shift, n, pt_sz; in i915_vm_alloc_pt_stash() local
234 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()
H A Dintel_gtt.h228 int pt_sz; member
H A Dintel_migrate.c155 stash.pt_sz = I915_GTT_PAGE_SIZE_64K; in migrate_vm()