Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_migrate.c18 #define CHUNK_SZ SZ_8M /* ~1ms at 8GiB/s preemption delay */ macro
171 sz = 3 * CHUNK_SZ; in migrate_vm()
173 sz = 2 * CHUNK_SZ; in migrate_vm()
207 d.offset = base + CHUNK_SZ; in migrate_vm()
210 2 * CHUNK_SZ, in migrate_vm()
371 offset += 3 * CHUNK_SZ; in emit_pte()
380 offset += 2 * CHUNK_SZ; in emit_pte()
636 return min_t(u64, bytes_to_cpy, CHUNK_SZ); in calculate_chunk_sz()
638 return CHUNK_SZ; in calculate_chunk_sz()
724 dst_offset = CHUNK_SZ; in intel_context_migrate_copy()
[all …]
Dselftest_migrate.c16 CHUNK_SZ - SZ_4K,
17 CHUNK_SZ,
18 CHUNK_SZ + SZ_4K,
156 offset = CHUNK_SZ; in intel_context_copy_ccs()
186 len = emit_pte(rq, &it, cache_level, true, offset, CHUNK_SZ); in intel_context_copy_ccs()
367 ccs_bytes_per_chunk = GET_CCS_BYTES(i915, CHUNK_SZ); in clear()
372 ccs_bytes_per_chunk) * CHUNK_SZ / sizeof(u32); in clear()
590 return migrate_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_migrate_copy()
602 return global_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_global_copy()
614 return migrate_clear(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_migrate_clear()
[all …]