Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c869 bool copy_only_ccs, in __xe_migrate_copy() argument
948 if (copy_only_ccs) { in __xe_migrate_copy()
969 batch_size += ((copy_only_ccs) ? 0 : EMIT_COPY_DW) + in __xe_migrate_copy()
986 else if (!copy_only_ccs) in __xe_migrate_copy()
996 if (!copy_only_ccs) in __xe_migrate_copy()
1082 bool copy_only_ccs) in xe_migrate_copy() argument
1084 return __xe_migrate_copy(m, src_bo, dst_bo, src, dst, copy_only_ccs, false); in xe_migrate_copy()