Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_hw_engine.c67 .class = XE_ENGINE_CLASS_COPY,
75 .class = XE_ENGINE_CLASS_COPY,
83 .class = XE_ENGINE_CLASS_COPY,
91 .class = XE_ENGINE_CLASS_COPY,
99 .class = XE_ENGINE_CLASS_COPY,
107 .class = XE_ENGINE_CLASS_COPY,
115 .class = XE_ENGINE_CLASS_COPY,
123 .class = XE_ENGINE_CLASS_COPY,
131 .class = XE_ENGINE_CLASS_COPY,
1002 case XE_ENGINE_CLASS_COPY: in xe_hw_engine_class_to_str()
[all …]
H A Dxe_gt.h119 return xe->info.has_usm && hwe->class == XE_ENGINE_CLASS_COPY && in xe_gt_is_usm_hwe()
H A Dxe_hw_engine_types.h18 XE_ENGINE_CLASS_COPY = 3, enumerator
H A Dxe_guc.h63 case XE_ENGINE_CLASS_COPY: in xe_engine_class_to_guc_class()
H A Dxe_exec_queue.c261 XE_ENGINE_CLASS_COPY, in xe_exec_queue_create_bind()
275 XE_ENGINE_CLASS_COPY, flags, in xe_exec_queue_create_bind()
332 case XE_ENGINE_CLASS_COPY: in xe_exec_queue_assign_name()
H A Dxe_hw_engine_group.c109 case XE_ENGINE_CLASS_COPY: in xe_hw_engine_setup_groups()
H A Dxe_gt_debugfs.c270 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_COPY); in bcs_default_lrc()
H A Dxe_query.c34 [XE_ENGINE_CLASS_COPY] = DRM_XE_ENGINE_CLASS_COPY,
42 [DRM_XE_ENGINE_CLASS_COPY] = XE_ENGINE_CLASS_COPY,
H A Dxe_irq.c158 bcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COPY); in xe_irq_enable_hwe()
496 XE_ENGINE_CLASS_COPY); in gt_irq_reset()
H A Dxe_migrate.c375 if (hwe->class != XE_ENGINE_CLASS_COPY) in xe_migrate_usm_logical_mask()
426 XE_ENGINE_CLASS_COPY, in xe_migrate_init()
444 XE_ENGINE_CLASS_COPY, in xe_migrate_init()
H A Dxe_ring_ops.c503 case XE_ENGINE_CLASS_COPY: in xe_ring_ops_get()
H A Dxe_lrc.c71 case XE_ENGINE_CLASS_COPY: in xe_gt_lrc_size()
557 } else if (class == XE_ENGINE_CLASS_COPY) { in reg_offsets()
H A Dxe_guc_ads.c481 engine_enable_mask(gt, XE_ENGINE_CLASS_COPY)); in fill_engine_enable_masks()