Searched refs:CHUNK_SZ (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_migrate.c | 172 sz = 3 * CHUNK_SZ; in migrate_vm() 174 sz = 2 * CHUNK_SZ; in migrate_vm() 208 d.offset = base + CHUNK_SZ; in migrate_vm() 211 2 * CHUNK_SZ, in migrate_vm() 384 offset += 3 * CHUNK_SZ; in emit_pte() 393 offset += 2 * CHUNK_SZ; in emit_pte() 649 return CHUNK_SZ; in calculate_chunk_sz() 735 dst_offset = CHUNK_SZ; in intel_context_migrate_copy() 740 src_offset = CHUNK_SZ; in intel_context_migrate_copy() 742 dst_offset = 2 * CHUNK_SZ; in intel_context_migrate_copy() [all …]
|
A D | selftest_migrate.c | 18 CHUNK_SZ - SZ_4K, 19 CHUNK_SZ, 20 CHUNK_SZ + SZ_4K, 158 offset = CHUNK_SZ; in intel_context_copy_ccs() 188 len = emit_pte(rq, &it, cache_level, true, offset, CHUNK_SZ); in intel_context_copy_ccs() 369 ccs_bytes_per_chunk = GET_CCS_BYTES(i915, CHUNK_SZ); in clear() 374 ccs_bytes_per_chunk) * CHUNK_SZ / sizeof(u32); in clear() 737 return migrate_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_migrate_copy() 752 return global_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_global_copy() 767 return migrate_clear(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_migrate_clear() [all …]
|
Completed in 7 milliseconds