Searched defs:reloc_cache (Results 1 – 2 of 2) sorted by relevance
267 struct reloc_cache { struct268 struct drm_mm_node node; /** temporary GTT binding */269 unsigned long vaddr; /** Current kmap address */270 unsigned long page; /** Currently mapped page index */271 unsigned int gen; /** Cached value of INTEL_GEN */272 bool use_64bit_reloc : 1;273 bool has_llc : 1;274 bool has_fence : 1;275 bool needs_unfenced : 1;277 struct i915_request *rq;[all …]
285 struct reloc_cache { struct286 struct drm_mm_node node; /** temporary GTT binding */287 unsigned long vaddr; /** Current kmap address */288 unsigned long page; /** Currently mapped page index */289 unsigned int graphics_ver; /** Cached value of GRAPHICS_VER */290 bool use_64bit_reloc : 1;291 bool has_llc : 1;292 bool has_fence : 1;293 bool needs_unfenced : 1;294 } reloc_cache; member