Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_types.h18 XE_ENGINE_CLASS_COPY = 3, enumerator
H A Dxe_hw_engine_group.c93 case XE_ENGINE_CLASS_COPY: in xe_hw_engine_setup_groups()
H A Dxe_exec_queue.c355 XE_ENGINE_CLASS_COPY, in xe_exec_queue_create_bind()
369 XE_ENGINE_CLASS_COPY, flags, in xe_exec_queue_create_bind()
449 case XE_ENGINE_CLASS_COPY: in xe_exec_queue_assign_name()
H A Dxe_lrc.c119 case XE_ENGINE_CLASS_COPY: in xe_gt_lrc_size()
605 } else if (class == XE_ENGINE_CLASS_COPY) { in reg_offsets()
1088 hwe->class == XE_ENGINE_CLASS_COPY || in setup_timestamp_wa()
H A Dxe_migrate.c379 if (hwe->class != XE_ENGINE_CLASS_COPY) in xe_migrate_usm_logical_mask()
455 XE_ENGINE_CLASS_COPY, in xe_migrate_init()
476 XE_ENGINE_CLASS_COPY, in xe_migrate_init()
H A Dxe_configfs.c307 { .cls = "bcs", .mask = XE_HW_ENGINE_BCS_MASK, .engine_class = XE_ENGINE_CLASS_COPY },
H A Dxe_guc_ads.c469 engine_enable_mask(gt, XE_ENGINE_CLASS_COPY)); in fill_engine_enable_masks()