Searched refs:ccs_bytes_to_cpy (Results 1 – 1 of 1) sorted by relevance
655 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) in calculate_chunk_sz() argument657 if (ccs_bytes_to_cpy && !src_is_lmem) in calculate_chunk_sz()703 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; in intel_context_migrate_copy() local745 ccs_bytes_to_cpy = src_sz != dst_sz ? GET_CCS_BYTES(i915, bytes_to_cpy) : 0; in intel_context_migrate_copy()746 if (ccs_bytes_to_cpy) in intel_context_migrate_copy()750 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem; in intel_context_migrate_copy()792 bytes_to_cpy, ccs_bytes_to_cpy); in intel_context_migrate_copy()824 if (ccs_bytes_to_cpy) { in intel_context_migrate_copy()854 ccs_bytes_to_cpy -= ccs_sz; in intel_context_migrate_copy()886 if (!bytes_to_cpy && !ccs_bytes_to_cpy) { in intel_context_migrate_copy()[all …]