HomeSort by: relevance | last modified time | path
    Searched refs:i915_vm_to_ppgtt (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen6_ppgtt.c 92 struct gen6_ppgtt * const ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm));
133 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
219 struct gen6_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm));
313 struct gen6_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm));
gen8_ppgtt.c 135 struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(vm);
170 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
252 __gen8_ppgtt_clear(vm, i915_vm_to_ppgtt(vm)->pd,
374 err = __gen8_ppgtt_alloc(vm, i915_vm_to_ppgtt(vm)->pd,
377 __gen8_ppgtt_clear(vm, i915_vm_to_ppgtt(vm)->pd,
638 struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(vm);
intel_ring_submission.c 1237 err = gen6_ppgtt_pin(i915_vm_to_ppgtt((vm)));
1248 gen6_ppgtt_unpin(i915_vm_to_ppgtt(vm));
1589 ret = load_pd_dir(rq, i915_vm_to_ppgtt(vm), PP_DIR_DCLV_2G);
intel_gtt.h 443 i915_vm_to_ppgtt(struct i915_address_space *vm) function in typeref:struct:i915_ppgtt *
intel_lrc.c 4557 return i915_vm_to_ppgtt(vm);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c 1104 gen6_ppgtt_unpin_all(i915_vm_to_ppgtt(old));
1118 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
1135 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
1175 if (gen6_ppgtt_pin(i915_vm_to_ppgtt(ce->vm)))
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
scheduler.c 374 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(ce->vm);
1167 i915_context_ppgtt_root_restore(s, i915_vm_to_ppgtt(s->shadow[0]->vm));

Completed in 23 milliseconds