HomeSort by: relevance | last modified time | path
    Searched defs:cur_pt_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 950 enum intel_gvt_gtt_type cur_pt_type; local in function:ppgtt_invalidate_spt_by_shadow_entry
956 cur_pt_type = get_next_pt_type(e->type);
958 if (!gtt_type_is_pt(cur_pt_type) ||
959 !gtt_type_is_pt(cur_pt_type + 1)) {
960 WARN(1, "Invalid page table type, cur_pt_type is: %d\n", cur_pt_type);
964 cur_pt_type += 1;
967 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)
gtt.c 950 enum intel_gvt_gtt_type cur_pt_type; local in function:ppgtt_invalidate_spt_by_shadow_entry
956 cur_pt_type = get_next_pt_type(e->type);
958 if (!gtt_type_is_pt(cur_pt_type) ||
959 !gtt_type_is_pt(cur_pt_type + 1)) {
960 WARN(1, "Invalid page table type, cur_pt_type is: %d\n", cur_pt_type);
964 cur_pt_type += 1;
967 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)
gtt.c 950 enum intel_gvt_gtt_type cur_pt_type; local in function:ppgtt_invalidate_spt_by_shadow_entry
956 cur_pt_type = get_next_pt_type(e->type);
958 if (!gtt_type_is_pt(cur_pt_type) ||
959 !gtt_type_is_pt(cur_pt_type + 1)) {
960 WARN(1, "Invalid page table type, cur_pt_type is: %d\n", cur_pt_type);
964 cur_pt_type += 1;
967 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)

Completed in 51 milliseconds