Lines Matching refs:target_offset
260 uint64_t target_offset) in relocate_entry_cpu() argument
264 uint64_t delta = reloc->delta + target_offset; in relocate_entry_cpu()
296 uint64_t target_offset) in relocate_entry_gtt() argument
300 uint64_t delta = reloc->delta + target_offset; in relocate_entry_gtt()
351 uint64_t target_offset) in relocate_entry_clflush() argument
355 uint64_t delta = (int)reloc->delta + target_offset; in relocate_entry_clflush()
393 uint64_t target_offset; in i915_gem_execbuffer_relocate_entry() local
403 target_offset = target_vma->node.start; in i915_gem_execbuffer_relocate_entry()
446 if (target_offset == reloc->presumed_offset) in i915_gem_execbuffer_relocate_entry()
472 ret = relocate_entry_cpu(obj, reloc, target_offset); in i915_gem_execbuffer_relocate_entry()
474 ret = relocate_entry_gtt(obj, reloc, target_offset); in i915_gem_execbuffer_relocate_entry()
476 ret = relocate_entry_clflush(obj, reloc, target_offset); in i915_gem_execbuffer_relocate_entry()
486 reloc->presumed_offset = target_offset; in i915_gem_execbuffer_relocate_entry()