Home
last modified time | relevance | path

Searched refs:i915_is_ggtt_or_dpt (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gtt.h414 #define i915_is_ggtt_or_dpt(vm) (i915_is_ggtt(vm) || i915_is_dpt(vm)) macro
470 GEM_BUG_ON(i915_is_ggtt_or_dpt(vm)); in i915_vm_to_ppgtt()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_vma.h218 GEM_BUG_ON(view && !i915_is_ggtt_or_dpt(vm)); in i915_vma_compare()
H A Di915_vma.c330 GEM_BUG_ON(view && !i915_is_ggtt_or_dpt(vm)); in i915_vma_instance()