Lines Matching refs:bound
1684 vma->bound &= ~GLOBAL_BIND; in i915_gem_restore_gtt_mappings()
1886 vma->bound = GLOBAL_BIND; in i915_ggtt_bind_vma()
1905 vma->bound = 0; in i915_ggtt_unbind_vma()
1937 if (!(vma->bound & GLOBAL_BIND) || in ggtt_bind_vma()
1942 vma->bound |= GLOBAL_BIND; in ggtt_bind_vma()
1947 (!(vma->bound & LOCAL_BIND) || in ggtt_bind_vma()
1953 vma->bound |= LOCAL_BIND; in ggtt_bind_vma()
1963 if (vma->bound & GLOBAL_BIND) { in ggtt_unbind_vma()
1968 vma->bound &= ~GLOBAL_BIND; in ggtt_unbind_vma()
1971 if (vma->bound & LOCAL_BIND) { in ggtt_unbind_vma()
1977 vma->bound &= ~LOCAL_BIND; in ggtt_unbind_vma()
2065 vma->bound |= GLOBAL_BIND; in i915_gem_setup_global_gtt()