Home
last modified time | relevance | path

Searched refs:root_entry_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dtrace.h116 TP_PROTO(int id, char *type, int ring_id, int root_entry_type,
119 TP_ARGS(id, type, ring_id, root_entry_type, gma, gpa),
127 "VM%d %s ring %d root_entry_type %d gma 0x%lx -> gpa 0x%lx\n",
128 id, type, ring_id, root_entry_type, gma, gpa);
H A Dscheduler.c441 if (mm->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in set_context_ppgtt_from_shadow()
922 if (m->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in check_shadow_context_ppgtt()
1586 enum intel_gvt_gtt_type root_entry_type; in prepare_mm() local
1591 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in prepare_mm()
1594 root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in prepare_mm()
1603 mm = intel_vgpu_get_ppgtt_mm(workload->vgpu, root_entry_type, pdps); in prepare_mm()
H A Dhandlers.c1492 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification() local
1500 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in handle_g2v_notification()
1503 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps); in handle_g2v_notification()
H A Dcmd_parser.c868 if (shadow_mm->ppgtt_mm.root_entry_type == in cmd_pdp_mmio_update_handler()