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

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c257 remain = entry->relocation_count;
299 for (i = 0; i < entry->relocation_count; i++) {
341 return entry->relocation_count && !use_cpu_reloc(obj);
536 total += exec[i].relocation_count;
556 exec[i].relocation_count * sizeof(*reloc))) {
571 for (j = 0; j < exec[i].relocation_count; j++) {
582 total += exec[i].relocation_count;
734 if (exec[i].relocation_count > relocs_max - relocs_total)
736 relocs_total += exec[i].relocation_count;
738 length = exec[i].relocation_count *
[all...]
H A Di915_drm.h567 __u32 relocation_count; member in struct:drm_i915_gem_exec_object
617 __u32 relocation_count; member in struct:drm_i915_gem_exec_object2

Completed in 120 milliseconds