Home
last modified time | relevance | path

Searched refs:GTT_TYPE_PPGTT_ROOT_L4_ENTRY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.h126 GTT_TYPE_PPGTT_ROOT_L4_ENTRY, enumerator
H A Dgtt.c191 GTT_TYPE_TABLE_ENTRY(GTT_TYPE_PPGTT_ROOT_L4_ENTRY,
192 GTT_TYPE_PPGTT_ROOT_L4_ENTRY,
443 || e->type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in gen8_gtt_test_present()
954 && e->type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in ppgtt_invalidate_spt_by_shadow_entry()
1874 root_entry_type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY); in intel_vgpu_create_ppgtt_mm()
1881 if (root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in intel_vgpu_create_ppgtt_mm()
2096 case GTT_TYPE_PPGTT_ROOT_L4_ENTRY: in intel_vgpu_gma_to_gpa()
2611 case GTT_TYPE_PPGTT_ROOT_L4_ENTRY: in intel_vgpu_find_ppgtt_mm()
H A Dscheduler.c441 if (mm->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in set_context_ppgtt_from_shadow()
921 if (m->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in check_shadow_context_ppgtt()
1593 root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in prepare_mm()
H A Dcmd_parser.c866 GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in cmd_pdp_mmio_update_handler()
H A Dhandlers.c1471 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification()