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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c642 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy)
644 if (ccs_bytes_to_cpy && !src_is_lmem)
690 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; local
732 ccs_bytes_to_cpy = src_sz != dst_sz ? GET_CCS_BYTES(i915, bytes_to_cpy) : 0;
733 if (ccs_bytes_to_cpy)
737 overwrite_ccs = HAS_FLAT_CCS(i915) && !ccs_bytes_to_cpy && dst_is_lmem;
779 bytes_to_cpy, ccs_bytes_to_cpy);
811 if (ccs_bytes_to_cpy) {
841 ccs_bytes_to_cpy -= ccs_sz;
894 if (!bytes_to_cpy && !ccs_bytes_to_cpy) {
641 calculate_chunk_sz(struct drm_i915_private *i915, bool src_is_lmem, u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) argument
[all...]

Completed in 116 milliseconds