Searched refs:GLOBAL_BIND (Results 1 – 5 of 5) sorted by relevance
187 #define GLOBAL_BIND (1<<0) macro
689 vma->bound |= GLOBAL_BIND; in i915_gem_object_create_stolen_for_preallocated()
2526 vma->bound |= GLOBAL_BIND | LOCAL_BIND; in ggtt_bind_vma()2552 if (flags & GLOBAL_BIND) { in aliasing_gtt_bind_vma()2577 if (vma->bound & GLOBAL_BIND) { in ggtt_unbind_vma()2678 vma->bound |= GLOBAL_BIND; in i915_gem_setup_global_gtt()3487 bind_flags |= GLOBAL_BIND; in i915_vma_bind()
619 vma && (vma->bound & GLOBAL_BIND) && in i915_error_object_create()626 if (!(vma && vma->bound & GLOBAL_BIND)) in i915_error_object_create()
4224 (bound ^ vma->bound) & GLOBAL_BIND) { in i915_gem_object_do_pin()