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

/linux-master/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
108 * [CHUNK_SZ, 2 * CHUNK_SZ) -> second object
109 * [2 * CHUNK_SZ, 2 * CHUNK_SZ + 2 * CHUNK_SZ >> 9] -> PTE
130 * [0, CHUNK_SZ) -> first window/object, maps smem
131 * [CHUNK_SZ, 2 * CHUNK_SZ)
[all...]
H A Dselftest_migrate.c18 CHUNK_SZ - SZ_4K,
19 CHUNK_SZ,
20 CHUNK_SZ + SZ_4K,
158 offset = CHUNK_SZ;
188 len = emit_pte(rq, &it, pat_index, true, offset, CHUNK_SZ);
369 ccs_bytes_per_chunk = GET_CCS_BYTES(i915, CHUNK_SZ);
374 ccs_bytes_per_chunk) * CHUNK_SZ / sizeof(u32);
651 len = emit_pte(rq, &it, obj->pat_index, false, 0, CHUNK_SZ);
735 return migrate_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng);
750 return global_copy(tm->migrate, 2 * CHUNK_SZ,
[all...]

Completed in 126 milliseconds