Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_vma.c452 vma->node.start < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
456 vma->node.start != (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
565 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0; in i915_vma_insert()
603 u64 offset = flags & PIN_OFFSET_MASK; in i915_vma_insert()
Di915_gem_gtt.h617 #define PIN_OFFSET_MASK (-I915_GTT_PAGE_SIZE) macro
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c391 pin_flags = entry->offset & PIN_OFFSET_MASK; in eb_pin_vma()
2830 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer_ioctl()
2831 exec2_list[i].offset &= PIN_OFFSET_MASK; in i915_gem_execbuffer_ioctl()
2915 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer2_ioctl()