Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c403 for (i = 0; i < entry->relocation_count; i++) { in i915_gem_execbuffer_relocate_object()
432 for (i = 0; i < entry->relocation_count; i++) { in i915_gem_execbuffer_relocate_object_slow()
492 entry->relocation_count ? true : need_fence; in i915_gem_execbuffer_reserve()
532 entry->relocation_count ? true : need_fence; in i915_gem_execbuffer_reserve()
559 entry->relocation_count ? true : need_fence; in i915_gem_execbuffer_reserve()
648 total += exec[i].relocation_count; in i915_gem_execbuffer_relocate_slow()
666 exec[i].relocation_count * sizeof(*reloc))) { in i915_gem_execbuffer_relocate_slow()
673 total += exec[i].relocation_count; in i915_gem_execbuffer_relocate_slow()
880 if (exec[i].relocation_count > in validate_exec_list()
884 length = exec[i].relocation_count * in validate_exec_list()
[all …]
/linux-2.6.39/include/drm/
Di915_drm.h547 __u32 relocation_count; member
597 __u32 relocation_count; member