Home
last modified time | relevance | path

Searched refs:PIN_OFFSET_MASK (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_gem_gtt.h48 #define PIN_OFFSET_MASK I915_GTT_PAGE_MASK macro
H A Di915_vma.c551 vma->node.start < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
555 vma->node.start != (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
647 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0; in i915_vma_insert()
673 u64 offset = flags & PIN_OFFSET_MASK; in i915_vma_insert()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gem_gtt.h55 #define PIN_OFFSET_MASK I915_GTT_PAGE_MASK macro
H A Di915_vma.c675 i915_vma_offset(vma) < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
679 i915_vma_offset(vma) != (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
683 vma->guard < (flags & PIN_OFFSET_MASK)) in i915_vma_misplaced()
781 GEM_BUG_ON(overflows_type(flags & PIN_OFFSET_MASK, u32)); in i915_vma_insert()
782 guard = max_t(u32, guard, flags & PIN_OFFSET_MASK); in i915_vma_insert()
791 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0; in i915_vma_insert()
821 u64 offset = flags & PIN_OFFSET_MASK; in i915_vma_insert()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c431 pin_flags = entry->offset & PIN_OFFSET_MASK; in eb_pin_vma()
3351 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer_ioctl()
3352 exec2_list[i].offset &= PIN_OFFSET_MASK; in i915_gem_execbuffer_ioctl()
3430 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer2_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c448 pin_flags = entry->offset & PIN_OFFSET_MASK; in eb_pin_vma()
3639 gen8_canonical_addr(exec2_list[i].offset & PIN_OFFSET_MASK); in i915_gem_execbuffer2_ioctl()

Completed in 13 milliseconds