Home
last modified time | relevance | path

Searched refs:GLOBAL_BIND (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_gtt.c1684 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()
Di915_gem_gtt.h159 #define GLOBAL_BIND (1<<0) macro
Di915_gem_context.c702 if (!(vma->bound & GLOBAL_BIND)) { in do_switch()
705 GLOBAL_BIND); in do_switch()
Di915_gem_stolen.c538 vma->bound |= GLOBAL_BIND; in i915_gem_object_create_stolen_for_preallocated()
Di915_gem_execbuffer.c410 !(target_vma->bound & GLOBAL_BIND))) { in i915_gem_execbuffer_relocate_entry()
412 GLOBAL_BIND); in i915_gem_execbuffer_relocate_entry()
Di915_gpu_error.c606 vma && (vma->bound & GLOBAL_BIND) && in i915_error_object_create()
613 if (!(vma && vma->bound & GLOBAL_BIND)) in i915_error_object_create()
Di915_gem.c3532 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()