Searched refs:I915_VMA_LOCAL_BIND (Results 1 – 6 of 6) sorted by relevance
238 #define I915_VMA_LOCAL_BIND ((int)BIT(I915_VMA_LOCAL_BIND_BIT)) macro240 #define I915_VMA_BIND_MASK (I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)
388 bind_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()391 vma_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()633 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_insert()739 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_detach()880 BUILD_BUG_ON(PIN_USER != I915_VMA_LOCAL_BIND); in i915_vma_pin_ww()
102 atomic_or(I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND, &vma->flags); in dpt_bind_vma()
623 if (flags & I915_VMA_LOCAL_BIND) in aliasing_gtt_bind_vma()637 if (i915_vma_is_bound(vma, I915_VMA_LOCAL_BIND)) in aliasing_gtt_unbind_vma()946 I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in gen8_gmch_probe()
436 ppgtt->base.vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen6_ppgtt_create()
801 ppgtt->vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen8_ppgtt_create()
Completed in 15 milliseconds