Searched refs:scratch_pdp (Results 1 – 2 of 2) sorted by relevance
626 scratch_pml4e = gen8_pml4e_encode(px_dma(vm->scratch_pdp), in gen8_initialize_pml4()894 vm->scratch_pdp = alloc_pdp(dev); in gen8_init_scratch()895 if (IS_ERR(vm->scratch_pdp)) { in gen8_init_scratch()896 ret = PTR_ERR(vm->scratch_pdp); in gen8_init_scratch()904 gen8_initialize_pdp(vm, vm->scratch_pdp); in gen8_init_scratch()954 free_pdp(dev, vm->scratch_pdp); in gen8_free_scratch()
363 struct i915_page_directory_pointer *scratch_pdp; /* GEN8+ & 48b PPGTT */ member