Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c285 struct reloc_cache { struct
294 } reloc_cache; member
539 if (!eb->reloc_cache.has_fence) { in eb_validate_vma()
543 eb->reloc_cache.needs_unfenced) && in eb_validate_vma()
596 if (eb->reloc_cache.has_fence) in eb_add_vma()
631 static inline int use_cpu_reloc(const struct reloc_cache *cache, in use_cpu_reloc()
1117 static void reloc_cache_init(struct reloc_cache *cache, in reloc_cache_init()
1143 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache) in cache_to_ggtt()
1146 container_of(cache, struct i915_execbuffer, reloc_cache)->i915; in cache_to_ggtt()
1150 static void reloc_cache_unmap(struct reloc_cache *cache) in reloc_cache_unmap()
[all …]