Home
last modified time | relevance | path

Searched refs:PIN_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDi915_vma.c377 vma->node.start < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
381 vma->node.start != (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
484 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0; in i915_vma_insert()
517 u64 offset = flags & PIN_OFFSET_MASK; in i915_vma_insert()
HDi915_gem_execbuffer.c360 pin_flags = entry->offset & PIN_OFFSET_MASK; in eb_pin_vma()
2531 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer()
2532 exec2_list[i].offset &= PIN_OFFSET_MASK; in i915_gem_execbuffer()
2609 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer2()
HDi915_gem_gtt.h655 #define PIN_OFFSET_MASK (-I915_GTT_PAGE_SIZE) macro