Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_migrate.c642 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) in calculate_chunk_sz() argument
652 return min_t(u64, bytes_to_cpy, CHUNK_SZ); in calculate_chunk_sz()
657 static void get_ccs_sg_sgt(struct sgt_dma *it, u64 bytes_to_cpy) in get_ccs_sg_sgt() argument
664 if (len > bytes_to_cpy) { in get_ccs_sg_sgt()
665 it->dma += bytes_to_cpy; in get_ccs_sg_sgt()
669 bytes_to_cpy -= len; in get_ccs_sg_sgt()
674 } while (bytes_to_cpy); in get_ccs_sg_sgt()
690 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; in intel_context_migrate_copy() local
706 bytes_to_cpy = src_sz; in intel_context_migrate_copy()
718 bytes_to_cpy = dst_sz; in intel_context_migrate_copy()
[all …]