Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_gem_gtt.h55 #define PIN_OFFSET_MASK I915_GTT_PAGE_MASK macro
Di915_vma.c707 i915_vma_offset(vma) < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
711 i915_vma_offset(vma) != (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
715 vma->guard < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
813 GEM_BUG_ON(overflows_type(flags & PIN_OFFSET_MASK, u32)); in i915_vma_insert()
814 guard = max_t(u32, guard, flags & PIN_OFFSET_MASK); in i915_vma_insert()
823 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0; in i915_vma_insert()
853 u64 offset = flags & PIN_OFFSET_MASK; in i915_vma_insert()
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c449 pin_flags = entry->offset & PIN_OFFSET_MASK; in eb_pin_vma()
3632 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer2_ioctl()