Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hw_engine.c62 .class = XE_ENGINE_CLASS_COPY,
70 .class = XE_ENGINE_CLASS_COPY,
78 .class = XE_ENGINE_CLASS_COPY,
86 .class = XE_ENGINE_CLASS_COPY,
94 .class = XE_ENGINE_CLASS_COPY,
102 .class = XE_ENGINE_CLASS_COPY,
110 .class = XE_ENGINE_CLASS_COPY,
118 .class = XE_ENGINE_CLASS_COPY,
126 .class = XE_ENGINE_CLASS_COPY,
576 if (xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY) in hw_engine_init()
[all …]
Dxe_gt.h93 return xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY && in xe_gt_is_usm_hwe()
Dxe_guc.h63 case XE_ENGINE_CLASS_COPY: in xe_engine_class_to_guc_class()
Dxe_hw_engine_types.h18 XE_ENGINE_CLASS_COPY = 3, enumerator
Dxe_exec_queue.c222 XE_ENGINE_CLASS_COPY, in xe_exec_queue_create_bind()
236 XE_ENGINE_CLASS_COPY, flags, in xe_exec_queue_create_bind()
286 case XE_ENGINE_CLASS_COPY: in xe_exec_queue_assign_name()
Dxe_hw_engine_group.c109 case XE_ENGINE_CLASS_COPY: in xe_hw_engine_setup_groups()
Dxe_irq.c151 bcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COPY); in xe_irq_enable_hwe()
482 XE_ENGINE_CLASS_COPY); in gt_irq_reset()
Dxe_query.c29 [XE_ENGINE_CLASS_COPY] = DRM_XE_ENGINE_CLASS_COPY,
37 [DRM_XE_ENGINE_CLASS_COPY] = XE_ENGINE_CLASS_COPY,
Dxe_gt_debugfs.c250 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_COPY); in bcs_default_lrc()
Dxe_migrate.c374 if (hwe->class != XE_ENGINE_CLASS_COPY) in xe_migrate_usm_logical_mask()
425 XE_ENGINE_CLASS_COPY, in xe_migrate_init()
443 XE_ENGINE_CLASS_COPY, in xe_migrate_init()
Dxe_ring_ops.c498 case XE_ENGINE_CLASS_COPY: in xe_ring_ops_get()
Dxe_lrc.c87 case XE_ENGINE_CLASS_COPY: in xe_gt_lrc_size()
573 } else if (class == XE_ENGINE_CLASS_COPY) { in reg_offsets()
Dxe_guc_ads.c474 engine_enable_mask(gt, XE_ENGINE_CLASS_COPY)); in fill_engine_enable_masks()