Searched refs:reloc_cache (Results 1 – 2 of 2) sorted by relevance
24 GENMASK_ULL(eb->reloc_cache.use_64bit_reloc ? 63 : 31, 0); in __igt_gpu_reloc()55 i -= eb->reloc_cache.rq_size; in __igt_gpu_reloc()56 memset32(eb->reloc_cache.rq_cmd + eb->reloc_cache.rq_size, in __igt_gpu_reloc()58 eb->reloc_cache.rq_size += i; in __igt_gpu_reloc()65 GEM_BUG_ON(!eb->reloc_cache.rq); in __igt_gpu_reloc()66 rq = i915_request_get(eb->reloc_cache.rq); in __igt_gpu_reloc()67 reloc_gpu_flush(eb, &eb->reloc_cache); in __igt_gpu_reloc()68 GEM_BUG_ON(eb->reloc_cache.rq); in __igt_gpu_reloc()132 reloc_cache_init(&eb.reloc_cache, eb.i915); in igt_gpu_reloc()
271 struct reloc_cache { struct280 } reloc_cache; member524 if (!eb->reloc_cache.has_fence) { in eb_validate_vma()528 eb->reloc_cache.needs_unfenced) && in eb_validate_vma()571 if (eb->reloc_cache.has_fence) in eb_add_vma()578 static inline int use_cpu_reloc(const struct reloc_cache *cache, in use_cpu_reloc()1030 static void reloc_cache_init(struct reloc_cache *cache, in reloc_cache_init()1056 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache) in cache_to_ggtt()1059 container_of(cache, struct i915_execbuffer, reloc_cache)->i915; in cache_to_ggtt()1063 static void reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) in reloc_cache_reset()[all …]