Searched refs:PIN_GLOBAL (Results 1 – 4 of 4) sorted by relevance
48 #define PIN_GLOBAL BIT_ULL(10) /* I915_VMA_GLOBAL_BIND */ macro
944 BUILD_BUG_ON(PIN_GLOBAL != I915_VMA_GLOBAL_BIND); in i915_vma_pin()948 GEM_BUG_ON(!(flags & (PIN_USER | PIN_GLOBAL))); in i915_vma_pin()966 if (flags & PIN_GLOBAL) in i915_vma_pin()1058 err = i915_vma_pin(vma, 0, align, flags | PIN_GLOBAL); in i915_ggtt_pin()
1047 ret = i915_vma_pin(vma, size, alignment, flags | PIN_GLOBAL); in i915_gem_object_ggtt_pin()
2078 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()