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

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dgtt.c949 enum intel_gvt_gtt_type cur_pt_type; local
955 cur_pt_type = get_next_pt_type(e->type);
957 if (!gtt_type_is_pt(cur_pt_type) ||
958 !gtt_type_is_pt(cur_pt_type + 1)) {
960 "Invalid page table type, cur_pt_type is: %d\n",
961 cur_pt_type);
965 cur_pt_type += 1;
968 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)

Completed in 102 milliseconds