Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_migrate.c177 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()
654 return CHUNK_SZ; in calculate_chunk_sz()
740 dst_offset = CHUNK_SZ; in intel_context_migrate_copy()
745 src_offset = CHUNK_SZ; in intel_context_migrate_copy()
747 dst_offset = 2 * CHUNK_SZ; in intel_context_migrate_copy()
[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()
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()
765 return migrate_clear(tm->migrate, 2 * CHUNK_SZ, &tm->prng); in __thread_migrate_clear()
[all …]