Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c19 #define CHUNK_SZ SZ_8M /* ~1ms at 8GiB/s preemption delay */ macro
107 * [0, CHUNK_SZ) -> first object in migrate_vm()
108 * [CHUNK_SZ, 2 * CHUNK_SZ) -> second object in migrate_vm()
109 * [2 * CHUNK_SZ, 2 * CHUNK_SZ + 2 * CHUNK_SZ >> 9] -> PTE in migrate_vm()
130 * [0, CHUNK_SZ) -> first window/object, maps smem in migrate_vm()
131 * [CHUNK_SZ, 2 * CHUNK_SZ) in migrate_vm()
[all...]
H A Dselftest_migrate.c18 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, in __thread_global_copy()
[all...]