Searched defs:reloc_cache (Results 1 – 1 of 1) sorted by relevance
245 struct reloc_cache { struct246 struct drm_mm_node node; /** temporary GTT binding */247 unsigned long vaddr; /** Current kmap address */248 unsigned long page; /** Currently mapped page index */249 unsigned int gen; /** Cached value of INTEL_GEN */250 bool use_64bit_reloc : 1;251 bool has_llc : 1;252 bool has_fence : 1;253 bool needs_unfenced : 1;255 struct i915_request *rq;[all …]