Searched refs:PIN_NONBLOCK (Results 1 – 6 of 6) sorted by relevance
136 if (!(flags & PIN_NONBLOCK)) in i915_gem_evict_something()160 if (flags & PIN_NONBLOCK) in i915_gem_evict_something()191 if (!i915_is_ggtt(vm) || flags & PIN_NONBLOCK) in i915_gem_evict_something()216 flags |= PIN_NONBLOCK; in i915_gem_evict_something()283 if (!(flags & PIN_NONBLOCK)) in i915_gem_evict_for_node()324 if (flags & PIN_NONBLOCK && in i915_gem_evict_for_node()
350 PIN_NONBLOCK /* NOWARN */ | in i915_gem_gtt_pread()560 PIN_NONBLOCK /* NOWARN */ | in i915_gem_gtt_pwrite_fast()1016 if (flags & PIN_NONBLOCK && in i915_gem_object_pin()1026 if (flags & PIN_NONBLOCK) { in i915_gem_object_pin()
605 #define PIN_NONBLOCK BIT_ULL(2) macro
265 PIN_NONBLOCK /* NOWARN */ | in i915_gem_fault()275 flags |= PIN_NONBLOCK; /* avoid warnings for pinned */ in i915_gem_fault()
460 PIN_NONBLOCK); in i915_gem_object_pin_to_display_plane()
587 pin_flags = PIN_USER | PIN_NONBLOCK; in eb_reserve_vma()603 pin_flags &= ~PIN_NONBLOCK; /* force overlapping checks */ in eb_reserve_vma()1043 PIN_NONBLOCK /* NOWARN */ | in reloc_iomap()1169 err = i915_vma_pin(batch, 0, 0, PIN_USER | PIN_NONBLOCK); in __reloc_gpu_alloc()