Searched refs:I915_VMA_LOCAL_BIND (Results 1 – 6 of 6) sorted by relevance
237 #define I915_VMA_LOCAL_BIND ((int)BIT(I915_VMA_LOCAL_BIND_BIT)) macro239 #define I915_VMA_BIND_MASK (I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)
391 bind_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()394 vma_flags &= I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in i915_vma_bind()636 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_insert()742 GEM_BUG_ON(i915_vma_is_bound(vma, I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND)); in i915_vma_detach()883 BUILD_BUG_ON(PIN_USER != I915_VMA_LOCAL_BIND); in i915_vma_pin_ww()
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()931 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()
798 ppgtt->vm.bind_async_flags = I915_VMA_LOCAL_BIND; in gen8_ppgtt_create()
219 atomic_or(I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND, &vma->flags); in dpt_bind_vma()