Searched refs:GLOBAL_BIND (Results 1 – 7 of 7) sorted by relevance
1684 vma->bound &= ~GLOBAL_BIND; in i915_gem_restore_gtt_mappings()1685 WARN_ON(i915_vma_bind(vma, obj->cache_level, GLOBAL_BIND)); in i915_gem_restore_gtt_mappings()1886 vma->bound = GLOBAL_BIND; in i915_ggtt_bind_vma()1936 if (!dev_priv->mm.aliasing_ppgtt || flags & GLOBAL_BIND) { in ggtt_bind_vma()1937 if (!(vma->bound & GLOBAL_BIND) || in ggtt_bind_vma()1942 vma->bound |= GLOBAL_BIND; in ggtt_bind_vma()1963 if (vma->bound & GLOBAL_BIND) { in ggtt_unbind_vma()1968 vma->bound &= ~GLOBAL_BIND; in ggtt_unbind_vma()2065 vma->bound |= GLOBAL_BIND; in i915_gem_setup_global_gtt()
159 #define GLOBAL_BIND (1<<0) macro
702 if (!(vma->bound & GLOBAL_BIND)) { in do_switch()705 GLOBAL_BIND); in do_switch()
538 vma->bound |= GLOBAL_BIND; in i915_gem_object_create_stolen_for_preallocated()
410 !(target_vma->bound & GLOBAL_BIND))) { in i915_gem_execbuffer_relocate_entry()412 GLOBAL_BIND); in i915_gem_execbuffer_relocate_entry()
606 vma && (vma->bound & GLOBAL_BIND) && in i915_error_object_create()613 if (!(vma && vma->bound & GLOBAL_BIND)) in i915_error_object_create()
3532 flags & PIN_GLOBAL ? GLOBAL_BIND : 0); in i915_gem_object_bind_to_vm()3758 vma->bound & GLOBAL_BIND); in i915_gem_object_set_cache_level()4169 if (flags & PIN_GLOBAL && !(vma->bound & GLOBAL_BIND)) { in i915_gem_object_do_pin()4170 ret = i915_vma_bind(vma, obj->cache_level, GLOBAL_BIND); in i915_gem_object_do_pin()4175 if ((bound ^ vma->bound) & GLOBAL_BIND) { in i915_gem_object_do_pin()