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

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c288 struct reloc_cache { struct in struct:i915_execbuffer
297 } reloc_cache; member in struct:i915_execbuffer
542 if (!eb->reloc_cache.has_fence) {
546 eb->reloc_cache.needs_unfenced) &&
599 if (eb->reloc_cache.has_fence)
634 static int use_cpu_reloc(const struct reloc_cache *cache,
1120 static void reloc_cache_init(struct reloc_cache *cache,
1146 static struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache)
1149 container_of(cache, struct i915_execbuffer, reloc_cache)->i915;
1153 static void reloc_cache_unmap(struct reloc_cache *cach
[all...]

Completed in 90 milliseconds