Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1813 const unsigned int nreloc = eb->exec[i].relocation_count; in eb_copy_relocations() local
1818 if (nreloc == 0) in eb_copy_relocations()
1826 size = nreloc * sizeof(*relocs); in eb_copy_relocations()
1861 for (copied = 0; copied < nreloc; copied++) in eb_copy_relocations()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1666 const unsigned int nreloc = eb->exec[i].relocation_count; in eb_copy_relocations() local
1671 if (nreloc == 0) in eb_copy_relocations()
1679 size = nreloc * sizeof(*relocs); in eb_copy_relocations()
1714 for (copied = 0; copied < nreloc; copied++) in eb_copy_relocations()

Completed in 8 milliseconds