Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
A Dintel_migrate.c664 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()
734 get_ccs_sg_sgt(&it_ccs, bytes_to_cpy); in intel_context_migrate_copy()
779 bytes_to_cpy, ccs_bytes_to_cpy); in intel_context_migrate_copy()
809 bytes_to_cpy -= len; in intel_context_migrate_copy()
[all …]

Completed in 11 milliseconds