Searched refs:CHUNK_SZ (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_migrate.c | 19 #define CHUNK_SZ SZ_8M /* ~1ms at 8GiB/s preemption delay */ macro 177 sz = 3 * CHUNK_SZ; in migrate_vm() 179 sz = 2 * CHUNK_SZ; in migrate_vm() 213 d.offset = base + CHUNK_SZ; in migrate_vm() 216 2 * CHUNK_SZ, in migrate_vm() 389 offset += 3 * CHUNK_SZ; in emit_pte() 398 offset += 2 * CHUNK_SZ; in emit_pte() 652 return min_t(u64, bytes_to_cpy, CHUNK_SZ); in calculate_chunk_sz() 654 return CHUNK_SZ; in calculate_chunk_sz() 740 dst_offset = CHUNK_SZ; in intel_context_migrate_copy() [all …]
|
H 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, pat_index, 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() 651 len = emit_pte(rq, &it, obj->pat_index, false, 0, CHUNK_SZ); in live_emit_pte_full_ring() 735 return migrate_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_migrate_copy() 750 return global_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_global_copy() [all …]
|