Searched defs:reloc_cache (Results 1 – 1 of 1) sorted by relevance
268 struct reloc_cache { struct269 struct drm_mm_node node; /** temporary GTT binding */270 unsigned long vaddr; /** Current kmap address */271 unsigned long page; /** Currently mapped page index */272 unsigned int gen; /** Cached value of INTEL_GEN */273 bool use_64bit_reloc : 1;274 bool has_llc : 1;275 bool has_fence : 1;276 bool needs_unfenced : 1;278 struct i915_request *rq;[all …]