Symbol: i915_vm_to_ppgtt
sys/dev/pci/drm/i915/gt/gen6_ppgtt.c
115
struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
sys/dev/pci/drm/i915/gt/gen6_ppgtt.c
176
struct gen6_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm));
sys/dev/pci/drm/i915/gt/gen6_ppgtt.c
269
struct gen6_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm));
sys/dev/pci/drm/i915/gt/gen6_ppgtt.c
77
struct gen6_ppgtt * const ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm));
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
190
struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(vm);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
224
struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
318
__gen8_ppgtt_clear(vm, i915_vm_to_ppgtt(vm)->pd,
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
402
__gen8_ppgtt_alloc(vm, stash, i915_vm_to_ppgtt(vm)->pd,
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
449
__gen8_ppgtt_foreach(vm, i915_vm_to_ppgtt(vm)->pd,
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
740
struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(vm);
sys/dev/pci/drm/i915/gt/intel_execlists_submission.c
2717
struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(rq->context->vm);
sys/dev/pci/drm/i915/gt/intel_gtt.c
203
struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
sys/dev/pci/drm/i915/gt/intel_lrc.c
908
return i915_vm_to_ppgtt(vm);
sys/dev/pci/drm/i915/gt/intel_ring_submission.c
157
return to_gen6_ppgtt(i915_vm_to_ppgtt(vm))->pp_dir;
sys/dev/pci/drm/i915/gt/intel_ring_submission.c
542
err = gen6_ppgtt_pin(i915_vm_to_ppgtt((vm)), ww);
sys/dev/pci/drm/i915/gt/intel_ring_submission.c
553
gen6_ppgtt_unpin(i915_vm_to_ppgtt(vm));
sys/dev/pci/drm/i915/gvt/scheduler.c
1327
i915_context_ppgtt_root_restore(s, i915_vm_to_ppgtt(s->shadow[0]->vm));
sys/dev/pci/drm/i915/gvt/scheduler.c
438
struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(ce->vm);