Home
last modified time | relevance | path

Searched defs:reloc_cache (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c258 struct reloc_cache { struct
259 struct drm_mm_node node; /** temporary GTT binding */
260 unsigned long vaddr; /** Current kmap address */
261 unsigned long page; /** Currently mapped page index */
262 unsigned int gen; /** Cached value of INTEL_GEN */
263 bool use_64bit_reloc : 1;
264 bool has_llc : 1;
265 bool has_fence : 1;
266 bool needs_unfenced : 1;
268 struct i915_request *rq;
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c267 struct reloc_cache { struct
268 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 …]