Searched refs:presumed_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c175 if (target_offset == reloc->presumed_offset)
240 reloc->presumed_offset = target_offset;
269 u64 offset = r->presumed_offset;
275 if (r->presumed_offset != offset &&
276 __copy_to_user_inatomic(&user_relocs->presumed_offset,
277 &r->presumed_offset,
278 sizeof(r->presumed_offset))) {
567 * presumed_offset before the next execbuffer - if that
572 if (copy_to_user(&user_relocs[j].presumed_offset,
H A Di915_drm.h519 __u64 presumed_offset; member in struct:drm_i915_gem_relocation_entry
579 * presumed_offset writes.
629 * presumed_offset writes.
/freebsd-12-stable/sys/dev/drm/
H A Ddrm.h816 * offset in the presumed_offset field. If that offset ends up matching
837 uint64_t presumed_offset; member in struct:drm_bo_info_req

Completed in 110 milliseconds