Home
last modified time | relevance | path

Searched refs:ncachelines (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c310 const unsigned int ncachelines = PAGE_SIZE/64; in igt_gem_coherency() local
326 offsets = kmalloc_array(ncachelines, 2*sizeof(u32), GFP_KERNEL); in igt_gem_coherency()
329 for (count = 0; count < ncachelines; count++) in igt_gem_coherency()
332 values = offsets + ncachelines; in igt_gem_coherency()
363 for_each_prime_number_from(count, 1, ncachelines) { in igt_gem_coherency()
370 i915_random_reorder(offsets, ncachelines, &prng); in igt_gem_coherency()