Searched refs:ccs_bytes_to_cpy (Results 1 – 1 of 1) sorted by relevance
642 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) in calculate_chunk_sz() argument644 if (ccs_bytes_to_cpy && !src_is_lmem) in calculate_chunk_sz()690 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; in intel_context_migrate_copy() local732 ccs_bytes_to_cpy = src_sz != dst_sz ? GET_CCS_BYTES(i915, bytes_to_cpy) : 0; in intel_context_migrate_copy()733 if (ccs_bytes_to_cpy) in intel_context_migrate_copy()737 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem; in intel_context_migrate_copy()779 bytes_to_cpy, ccs_bytes_to_cpy); in intel_context_migrate_copy()811 if (ccs_bytes_to_cpy) { in intel_context_migrate_copy()841 ccs_bytes_to_cpy -= ccs_sz; in intel_context_migrate_copy()894 if (!bytes_to_cpy && !ccs_bytes_to_cpy) { in intel_context_migrate_copy()[all …]