Lines Matching defs:reloc_cache
268 struct reloc_cache { struct
269 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;
279 u32 *rq_cmd;
280 unsigned int rq_size;
281 struct intel_gt_buffer_pool_node *pool;
282 } reloc_cache; member