Lines Matching refs:target_offset
255 uint64_t target_offset) in relocate_entry_cpu() argument
259 uint64_t delta = reloc->delta + target_offset; in relocate_entry_cpu()
291 uint64_t target_offset) in relocate_entry_gtt() argument
295 uint64_t delta = reloc->delta + target_offset; in relocate_entry_gtt()
346 uint64_t target_offset) in relocate_entry_clflush() argument
350 uint64_t delta = (int)reloc->delta + target_offset; in relocate_entry_clflush()
388 uint64_t target_offset; in i915_gem_execbuffer_relocate_entry() local
398 target_offset = target_vma->node.start; in i915_gem_execbuffer_relocate_entry()
440 if (target_offset == reloc->presumed_offset) in i915_gem_execbuffer_relocate_entry()
466 ret = relocate_entry_cpu(obj, reloc, target_offset); in i915_gem_execbuffer_relocate_entry()
468 ret = relocate_entry_gtt(obj, reloc, target_offset); in i915_gem_execbuffer_relocate_entry()
470 ret = relocate_entry_clflush(obj, reloc, target_offset); in i915_gem_execbuffer_relocate_entry()
480 reloc->presumed_offset = target_offset; in i915_gem_execbuffer_relocate_entry()