Symbol: XE_ENGINE_CLASS_OTHER
drivers/gpu/drm/xe/xe_configfs.c
311
{ .cls = "gsccs", .mask = XE_HW_ENGINE_GSCCS_MASK, .engine_class = XE_ENGINE_CLASS_OTHER },
drivers/gpu/drm/xe/xe_exec_queue.c
535
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_gsc.c
461
struct xe_hw_engine *hwe = xe_gt_hw_engine(gt, XE_ENGINE_CLASS_OTHER, 0, true);
drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c
444
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_guc.h
83
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_guc_ads.c
476
engine_enable_mask(gt, XE_ENGINE_CLASS_OTHER));
drivers/gpu/drm/xe/xe_hw_engine.c
1028
if (hwe->class == XE_ENGINE_CLASS_OTHER)
drivers/gpu/drm/xe/xe_hw_engine.c
1052
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_hw_engine.c
268
.class = XE_ENGINE_CLASS_OTHER,
drivers/gpu/drm/xe/xe_hw_engine.c
558
if (hwe->class == XE_ENGINE_CLASS_OTHER) {
drivers/gpu/drm/xe/xe_hw_engine.c
635
if (hwe->class == XE_ENGINE_CLASS_OTHER)
drivers/gpu/drm/xe/xe_hw_engine_class_sysfs.c
646
if (hwe->class == XE_ENGINE_CLASS_OTHER ||
drivers/gpu/drm/xe/xe_hw_engine_group.c
107
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_irq.c
216
u32 other_fuse_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_OTHER);
drivers/gpu/drm/xe/xe_irq.c
337
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_irq.c
389
if (class == XE_ENGINE_CLASS_OTHER) {
drivers/gpu/drm/xe/xe_irq.c
578
xe_hw_engine_mask_per_class(tile->media_gt, XE_ENGINE_CLASS_OTHER)) ||
drivers/gpu/drm/xe/xe_lrc.c
133
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_oa.c
2577
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_pxp_submit.c
101
hwe = xe_gt_hw_engine(gt, XE_ENGINE_CLASS_OTHER, 0, true);
drivers/gpu/drm/xe/xe_ring_ops.c
534
case XE_ENGINE_CLASS_OTHER: