Home
last modified time | relevance | path

Searched refs:i915_is_ggtt (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Di915_gem_evict.c196 if (!i915_is_ggtt(vm) || flags & PIN_NONBLOCK) { in i915_gem_evict_something()
411 if (i915_is_ggtt(vm)) { in i915_gem_evict_vm()
H A Di915_gem_gtt.h348 #define i915_is_ggtt(V) (!(V)->file) macro
558 GEM_BUG_ON(!i915_is_ggtt(vm)); in i915_vm_to_ggtt()
H A Di915_vma.h227 GEM_BUG_ON(view && !i915_is_ggtt(vm)); in i915_vma_compare()
H A Di915_vma.c127 if (i915_is_ggtt(vm)) { in vma_create()
223 GEM_BUG_ON(view && !i915_is_ggtt(vm)); in i915_vma_instance()
H A Di915_gem_gtt.c3644 if (i915_is_ggtt(vm)) in i915_gem_restore_gtt_mappings()