Lines Matching refs:relocation_count
257 remain = entry->relocation_count; in i915_gem_execbuffer_relocate_object()
299 for (i = 0; i < entry->relocation_count; i++) { in i915_gem_execbuffer_relocate_object_slow()
341 return entry->relocation_count && !use_cpu_reloc(obj); in need_reloc_mappable()
536 total += exec[i].relocation_count; in i915_gem_execbuffer_relocate_slow()
556 exec[i].relocation_count * sizeof(*reloc))) { in i915_gem_execbuffer_relocate_slow()
571 for (j = 0; j < exec[i].relocation_count; j++) { in i915_gem_execbuffer_relocate_slow()
582 total += exec[i].relocation_count; in i915_gem_execbuffer_relocate_slow()
734 if (exec[i].relocation_count > relocs_max - relocs_total) in validate_exec_list()
736 relocs_total += exec[i].relocation_count; in validate_exec_list()
738 length = exec[i].relocation_count * in validate_exec_list()
1197 exec2_list[i].relocation_count = exec_list[i].relocation_count; in i915_gem_execbuffer()