Home
last modified time | relevance | path

Searched refs:scratch_pdp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_gtt.c850 gen8_pml4e_encode(px_dma(vm->scratch_pdp), I915_CACHE_LLC)); in gen8_initialize_pml4()
851 memset_p((void **)pml4->pdps, vm->scratch_pdp, GEN8_PML4ES_PER_PML4); in gen8_initialize_pml4()
1005 GEM_BUG_ON(pdp == vm->scratch_pdp); in gen8_ppgtt_clear_4lvl()
1010 gen8_ppgtt_set_pml4e(pml4, vm->scratch_pdp, pml4e); in gen8_ppgtt_clear_4lvl()
1292 vm->scratch_pdp = alloc_pdp(vm); in gen8_init_scratch()
1293 if (IS_ERR(vm->scratch_pdp)) { in gen8_init_scratch()
1294 ret = PTR_ERR(vm->scratch_pdp); in gen8_init_scratch()
1302 gen8_initialize_pdp(vm, vm->scratch_pdp); in gen8_init_scratch()
1351 free_pdp(vm, vm->scratch_pdp); in gen8_free_scratch()
1379 if (ppgtt->pml4.pdps[i] == ppgtt->vm.scratch_pdp) in gen8_ppgtt_cleanup_4lvl()
[all …]
Di915_gem_gtt.h301 struct i915_page_directory_pointer *scratch_pdp; /* GEN8+ & 48b PPGTT */ member