Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c1477 #define N_RELOC(x) ((x) / sizeof(struct drm_i915_gem_relocation_entry)) in eb_relocate_vma() macro
1478 struct drm_i915_gem_relocation_entry stack[N_RELOC(512)]; in eb_relocate_vma()
1484 if (unlikely(remain > N_RELOC(ULONG_MAX))) in eb_relocate_vma()
1592 if (size > N_RELOC(ULONG_MAX)) in check_relocations()