Searched refs:copy_only_ccs (Results 1 – 3 of 3) sorted by relevance
367 bool copy_only_ccs, const char *str, struct kunit *test) in blt_copy() argument420 batch_size += ((copy_only_ccs) ? 0 : EMIT_COPY_DW) + in blt_copy()421 ((xe_device_has_flat_ccs(xe) && copy_only_ccs) ? EMIT_COPY_CCS_DW : 0); in blt_copy()443 if (!copy_only_ccs) in blt_copy()446 if (copy_only_ccs) in blt_copy()450 copy_only_ccs); in blt_copy()
113 bool copy_only_ccs);
766 bool copy_only_ccs) in xe_migrate_copy() argument854 batch_size += ((copy_only_ccs) ? 0 : EMIT_COPY_DW) + in xe_migrate_copy()881 if (!copy_only_ccs) in xe_migrate_copy()
Completed in 9 milliseconds