Searched refs:root_entry_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | gtt.h | 153 enum intel_gvt_gtt_type root_entry_type; member 174 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]); 273 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
|
H A D | trace.h | 118 TP_PROTO(int id, char *type, int ring_id, int root_entry_type, 121 TP_ARGS(id, type, ring_id, root_entry_type, gma, gpa), 130 id, type, ring_id, root_entry_type, gma, gpa);
|
H A D | gtt.c | 562 entry->type = mm->ppgtt_mm.root_entry_type; in _ppgtt_get_root_entry() 1884 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_create_ppgtt_mm() argument 1896 GEM_BUG_ON(root_entry_type != GTT_TYPE_PPGTT_ROOT_L3_ENTRY && in intel_vgpu_create_ppgtt_mm() 1897 root_entry_type != GTT_TYPE_PPGTT_ROOT_L4_ENTRY); in intel_vgpu_create_ppgtt_mm() 1898 mm->ppgtt_mm.root_entry_type = root_entry_type; in intel_vgpu_create_ppgtt_mm() 1903 if (root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) in intel_vgpu_create_ppgtt_mm() 2100 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_gma_to_gpa() 2138 mm->ppgtt_mm.root_entry_type, gma, gpa); in intel_vgpu_gma_to_gpa() 2609 switch (mm->ppgtt_mm.root_entry_type) { in intel_vgpu_find_ppgtt_mm() 2638 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]) in intel_vgpu_get_ppgtt_mm() argument [all …]
|
H A D | scheduler.c | 377 if (mm->ppgtt_mm.root_entry_type == GTT_TYPE_PPGTT_ROOT_L4_ENTRY) { in set_context_ppgtt_from_shadow() 1418 enum intel_gvt_gtt_type root_entry_type; in prepare_mm() local 1423 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in prepare_mm() 1426 root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in prepare_mm() 1435 mm = intel_vgpu_get_ppgtt_mm(workload->vgpu, root_entry_type, pdps); in prepare_mm()
|
H A D | handlers.c | 1224 enum intel_gvt_gtt_type root_entry_type = GTT_TYPE_PPGTT_ROOT_L4_ENTRY; in handle_g2v_notification() local 1232 root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; in handle_g2v_notification() 1235 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps); in handle_g2v_notification()
|