Home
last modified time | relevance | path

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

/linux/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_cmd_len(xe)) + 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/drivers/gpu/drm/xe/
H A Dxe_migrate.h133 bool copy_only_ccs);