Home
last modified time | relevance | path

Searched refs:PIN_NONBLOCK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_gem_evict.c201 if (flags & PIN_NONBLOCK) in i915_gem_evict_something()
247 if (!i915_is_ggtt(vm) || flags & PIN_NONBLOCK) in i915_gem_evict_something()
272 flags |= PIN_NONBLOCK; in i915_gem_evict_something()
405 if (flags & PIN_NONBLOCK && i915_vma_is_active(vma)) { in i915_gem_evict_for_node()
H A Di915_gem_gtt.h43 #define PIN_NONBLOCK BIT_ULL(2) macro