Searched refs:gen8_ppgtt_set_pdpe (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 929 static void gen8_ppgtt_set_pdpe(struct i915_address_space *vm, in gen8_ppgtt_set_pdpe() function 961 gen8_ppgtt_set_pdpe(vm, pdp, vm->scratch_pd, pdpe); in gen8_ppgtt_clear_pdp() 1460 gen8_ppgtt_set_pdpe(vm, pdp, pd, pdpe); in gen8_ppgtt_alloc_pdp() 1475 gen8_ppgtt_set_pdpe(vm, pdp, vm->scratch_pd, pdpe); in gen8_ppgtt_alloc_pdp() 1623 gen8_ppgtt_set_pdpe(vm, pdp, pd, pdpe); in gen8_preallocate_top_level_pdp() 1633 gen8_ppgtt_set_pdpe(vm, pdp, vm->scratch_pd, pdpe); in gen8_preallocate_top_level_pdp()
|