Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c622 #define EMIT_COPY_CCS_DW 5 macro
851 ((xe_migrate_needs_ccs_emit(xe) ? EMIT_COPY_CCS_DW : 0)); in xe_migrate_copy()
1103 batch_size += EMIT_COPY_CCS_DW; in xe_migrate_clear()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c423 ((xe_device_has_flat_ccs(xe) && copy_only_ccs) ? EMIT_COPY_CCS_DW : 0); in blt_copy()