Home
last modified time | relevance | path

Searched refs:N_RELOC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1673 #define N_RELOC(x) ((x) / sizeof(struct drm_i915_gem_relocation_entry)) in eb_relocate_vma() macro
1674 struct drm_i915_gem_relocation_entry stack[N_RELOC(512)]; in eb_relocate_vma()
1680 if (unlikely(remain > N_RELOC(ULONG_MAX))) in eb_relocate_vma()
1788 if (size > N_RELOC(ULONG_MAX)) in check_relocations()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1526 #define N_RELOC(x) ((x) / sizeof(struct drm_i915_gem_relocation_entry)) in eb_relocate_vma() macro
1527 struct drm_i915_gem_relocation_entry stack[N_RELOC(512)]; in eb_relocate_vma()
1533 if (unlikely(remain > N_RELOC(ULONG_MAX))) in eb_relocate_vma()
1641 if (size > N_RELOC(ULONG_MAX)) in check_relocations()

Completed in 10 milliseconds