Searched refs:drm_i915_gem_relocation_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c109 struct drm_i915_gem_relocation_entry *reloc)
249 #define N_RELOC(x) ((x) / sizeof(struct drm_i915_gem_relocation_entry))
250 struct drm_i915_gem_relocation_entry stack_reloc[N_RELOC(512)];
251 struct drm_i915_gem_relocation_entry __user *user_relocs;
259 struct drm_i915_gem_relocation_entry *r = stack_reloc;
294 struct drm_i915_gem_relocation_entry *relocs)
518 struct drm_i915_gem_relocation_entry *reloc;
549 struct drm_i915_gem_relocation_entry __user *user_relocs;
718 int relocs_max = INT_MAX / sizeof(struct drm_i915_gem_relocation_entry);
739 sizeof(struct drm_i915_gem_relocation_entry);
[all...]
H A Di915_drm.h491 struct drm_i915_gem_relocation_entry { struct
569 * Pointer to array of struct drm_i915_gem_relocation_entry containing
619 * Pointer to array of struct drm_i915_gem_relocation_entry containing

Completed in 181 milliseconds