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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 203 struct list_head ppgtt_mm_list_head; member in struct:intel_vgpu_gtt
gtt.c 1916 list_add_tail(&mm->ppgtt_mm.list, &vgpu->gtt.ppgtt_mm_list_head);
2468 INIT_LIST_HEAD(&gtt->ppgtt_mm_list_head);
2490 list_for_each_safe(pos, n, &vgpu->gtt.ppgtt_mm_list_head) {
2495 if (GEM_WARN_ON(!list_empty(&vgpu->gtt.ppgtt_mm_list_head)))
2606 list_for_each(pos, &vgpu->gtt.ppgtt_mm_list_head) {
2763 list_for_each_safe(pos, n, &vgpu->gtt.ppgtt_mm_list_head) {

Completed in 14 milliseconds