Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c505 if (entry->relocation_count) in eb_add_vma()
528 if (entry->relocation_count && in eb_add_vma()
1454 remain = entry->relocation_count; in eb_relocate_vma()
1547 for (i = 0; i < entry->relocation_count; i++) { in eb_relocate_vma_slow()
1567 size = entry->relocation_count; in check_relocations()
1596 const unsigned int nreloc = eb->exec[i].relocation_count; in eb_copy_relocations()
1663 if (eb->exec[i].relocation_count) in eb_copy_relocations()
1794 if (!entry->relocation_count) in eb_relocate_slow()
2962 exec2_list[i].relocation_count = exec_list[i].relocation_count; in i915_gem_execbuffer_ioctl()
/netbsd/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di915_drm.h924 __u32 relocation_count; member
974 __u32 relocation_count; member
/netbsd/sys/external/bsd/drm/dist/shared-core/
H A Di915_drm.h636 uint32_t relocation_count; member