Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c370 bool copy_only_ccs, const char *str, struct kunit *test) in blt_copy() argument
423 batch_size += ((copy_only_ccs) ? 0 : EMIT_COPY_DW) + in blt_copy()
424 ((xe_device_has_flat_ccs(xe) && copy_only_ccs) ? EMIT_COPY_CCS_DW : 0); in blt_copy()
446 if (!copy_only_ccs) in blt_copy()
449 if (copy_only_ccs) in blt_copy()
453 copy_only_ccs); in blt_copy()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_migrate.h113 bool copy_only_ccs);
H A Dxe_migrate.c766 bool copy_only_ccs) in xe_migrate_copy() argument
851 batch_size += ((copy_only_ccs) ? 0 : EMIT_COPY_DW) + in xe_migrate_copy()
878 if (!copy_only_ccs) in xe_migrate_copy()