Home
last modified time | relevance | path

Searched refs:root_entry_type (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dgtt.h151 enum intel_gvt_gtt_type root_entry_type; member
176 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
274 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
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 Dgtt.c560 entry->type = mm->ppgtt_mm.root_entry_type; in _ppgtt_get_root_entry()
1894 * @root_entry_type: ppgtt root entry type
1903 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_create_ppgtt_mm()
1915 GEM_BUG_ON(root_entry_type != GTT_TYPE_PPGTT_ROOT_L3_ENTRY && in intel_vgpu_create_ppgtt_mm()
1916 root_entry_type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY); in intel_vgpu_create_ppgtt_mm()
1917 mm->ppgtt_mm.root_entry_type = root_entry_type; in intel_vgpu_create_ppgtt_mm()
1923 if (root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in intel_vgpu_create_ppgtt_mm()
2137 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_gma_to_gpa()
2175 mm->ppgtt_mm.root_entry_type, gm in intel_vgpu_gma_to_gpa()
1902 intel_vgpu_create_ppgtt_mm(struct intel_vgpu *vgpu, enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) intel_vgpu_create_ppgtt_mm() argument
2691 intel_vgpu_get_ppgtt_mm(struct intel_vgpu *vgpu, enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) intel_vgpu_get_ppgtt_mm() argument
[all...]
H A Dscheduler.c421 if (mm->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in set_context_ppgtt_from_shadow()
873 if (m->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in check_shadow_context_ppgtt()
1541 enum intel_gvt_gtt_type root_entry_type; in prepare_mm() local
1546 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in prepare_mm()
1549 root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in prepare_mm()
1558 mm = intel_vgpu_get_ppgtt_mm(workload->vgpu, root_entry_type, pdps); in prepare_mm()
H A Dhandlers.c1220 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification() local
1228 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in handle_g2v_notification()
1231 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps); in handle_g2v_notification()
H A Dcmd_parser.c900 if (shadow_mm->ppgtt_mm.root_entry_type == in cmd_pdp_mmio_update_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.h160 enum intel_gvt_gtt_type root_entry_type; member
185 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
283 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
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 Dgtt.c557 entry->type = mm->ppgtt_mm.root_entry_type; in _ppgtt_get_root_entry()
1852 * @root_entry_type: ppgtt root entry type
1861 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_create_ppgtt_mm()
1873 GEM_BUG_ON(root_entry_type != GTT_TYPE_PPGTT_ROOT_L3_ENTRY && in intel_vgpu_create_ppgtt_mm()
1874 root_entry_type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY); in intel_vgpu_create_ppgtt_mm()
1875 mm->ppgtt_mm.root_entry_type = root_entry_type; in intel_vgpu_create_ppgtt_mm()
1881 if (root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in intel_vgpu_create_ppgtt_mm()
2095 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_gma_to_gpa()
2133 mm->ppgtt_mm.root_entry_type, gm in intel_vgpu_gma_to_gpa()
1860 intel_vgpu_create_ppgtt_mm(struct intel_vgpu *vgpu, enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) intel_vgpu_create_ppgtt_mm() argument
2638 intel_vgpu_get_ppgtt_mm(struct intel_vgpu *vgpu, enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) intel_vgpu_get_ppgtt_mm() argument
[all...]
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()
1585 enum intel_gvt_gtt_type root_entry_type; in prepare_mm() local
1590 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in prepare_mm()
1593 root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in prepare_mm()
1602 mm = intel_vgpu_get_ppgtt_mm(workload->vgpu, root_entry_type, pdps); in prepare_mm()
H A Dhandlers.c1471 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification() local
1479 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in handle_g2v_notification()
1482 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps); in handle_g2v_notification()
H A Dcmd_parser.c865 if (shadow_mm->ppgtt_mm.root_entry_type == in cmd_pdp_mmio_update_handler()

Completed in 35 milliseconds