Searched refs:scratch_pdp (Results 1 – 2 of 2) sorted by relevance
285 struct i915_page_directory_pointer *scratch_pdp; /* GEN8+ & 48b PPGTT */ member
614 scratch_pml4e = gen8_pml4e_encode(px_dma(vm->scratch_pdp), in gen8_initialize_pml4()885 vm->scratch_pdp = alloc_pdp(dev); in gen8_init_scratch()886 if (IS_ERR(vm->scratch_pdp)) { in gen8_init_scratch()890 return PTR_ERR(vm->scratch_pdp); in gen8_init_scratch()897 gen8_initialize_pdp(vm, vm->scratch_pdp); in gen8_init_scratch()942 free_pdp(dev, vm->scratch_pdp); in gen8_free_scratch()