Lines Matching defs:start
80 vma->node.start, vma->node.size, reason);
87 vma->node.start, vma->node.size, reason, buf);
229 * We put the GGTT vma at the start of the vma-list, followed
454 if (GEM_DEBUG_WARN_ON(range_overflows(vma->node.start,
484 vma->node.start,
491 ret = i915_vma_resource_bind_dep_sync(vma->vm, vma->node.start,
760 u64 start, end;
786 * node.start + guard, the easiest way to make that work is
791 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0;
792 GEM_BUG_ON(!IS_ALIGNED(start, I915_GTT_PAGE_SIZE));
827 * requests for the offset of the start of its buffer
878 start, end, flags);
882 GEM_BUG_ON(vma->node.start < start);
883 GEM_BUG_ON(vma->node.start + vma->node.size > end);
1893 /* Wait for the vma to be bound before we start! */