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 Dgtt.h158 enum intel_gvt_gtt_type root_entry_type; member
183 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
280 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
H A Dgtt.c497 entry->type = mm->ppgtt_mm.root_entry_type; in _ppgtt_get_root_entry()
1801 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_create_ppgtt_mm() argument
1813 GEM_BUG_ON(root_entry_type != GTT_TYPE_PPGTT_ROOT_L3_ENTRY && in intel_vgpu_create_ppgtt_mm()
1814 root_entry_type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY); in intel_vgpu_create_ppgtt_mm()
1815 mm->ppgtt_mm.root_entry_type = root_entry_type; in intel_vgpu_create_ppgtt_mm()
1821 if (root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in intel_vgpu_create_ppgtt_mm()
2035 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_gma_to_gpa()
2073 mm->ppgtt_mm.root_entry_type, gma, gpa); in intel_vgpu_gma_to_gpa()
2550 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_find_ppgtt_mm()
2579 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_get_ppgtt_mm() argument
[all …]
H A Dhandlers.c1498 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification() local
1506 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in handle_g2v_notification()
1509 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps); in handle_g2v_notification()
H A Dcmd_parser.c872 if (shadow_mm->ppgtt_mm.root_entry_type == in cmd_pdp_mmio_update_handler()