Searched refs:root_entry_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/i915/gvt/ |
| A D | gtt.h | 160 enum intel_gvt_gtt_type root_entry_type; member 185 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]); 284 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
|
| A D | trace.h | 116 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), 128 id, type, ring_id, root_entry_type, gma, gpa);
|
| A D | gtt.c | 560 entry->type = mm->ppgtt_mm.root_entry_type; in _ppgtt_get_root_entry() 1888 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_create_ppgtt_mm() argument 1900 GEM_BUG_ON(root_entry_type != GTT_TYPE_PPGTT_ROOT_L3_ENTRY && in intel_vgpu_create_ppgtt_mm() 1901 root_entry_type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY); in intel_vgpu_create_ppgtt_mm() 1902 mm->ppgtt_mm.root_entry_type = root_entry_type; in intel_vgpu_create_ppgtt_mm() 1908 if (root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in intel_vgpu_create_ppgtt_mm() 2122 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_gma_to_gpa() 2160 mm->ppgtt_mm.root_entry_type, gma, gpa); in intel_vgpu_gma_to_gpa() 2647 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_find_ppgtt_mm() 2676 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_get_ppgtt_mm() argument [all …]
|
| A D | scheduler.c | 439 if (mm->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in set_context_ppgtt_from_shadow() 919 if (m->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in check_shadow_context_ppgtt() 1583 enum intel_gvt_gtt_type root_entry_type; in prepare_mm() local 1588 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in prepare_mm() 1591 root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in prepare_mm() 1600 mm = intel_vgpu_get_ppgtt_mm(workload->vgpu, root_entry_type, pdps); in prepare_mm()
|
| A D | handlers.c | 1469 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification() local 1477 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in handle_g2v_notification() 1480 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps); in handle_g2v_notification()
|
| A D | cmd_parser.c | 861 if (shadow_mm->ppgtt_mm.root_entry_type == in cmd_pdp_mmio_update_handler()
|
Completed in 28 milliseconds