Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_migrate.c626 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) in calculate_chunk_sz() argument
628 if (ccs_bytes_to_cpy && !src_is_lmem) in calculate_chunk_sz()
674 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; in intel_context_migrate_copy() local
716 ccs_bytes_to_cpy = src_sz != dst_sz ? GET_CCS_BYTES(i915, bytes_to_cpy) : 0; in intel_context_migrate_copy()
717 if (ccs_bytes_to_cpy) in intel_context_migrate_copy()
721 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem; in intel_context_migrate_copy()
763 bytes_to_cpy, ccs_bytes_to_cpy); in intel_context_migrate_copy()
795 if (ccs_bytes_to_cpy) { in intel_context_migrate_copy()
825 ccs_bytes_to_cpy -= ccs_sz; in intel_context_migrate_copy()
857 if (!bytes_to_cpy && !ccs_bytes_to_cpy) { in intel_context_migrate_copy()
[all …]