Symbol: XE_ENGINE_CLASS_OTHER
drivers/gpu/drm/xe/xe_configfs.c
314
{ .cls = "gsccs", .mask = XE_HW_ENGINE_GSCCS_MASK, .engine_class = XE_ENGINE_CLASS_OTHER },
drivers/gpu/drm/xe/xe_exec_queue.c
658
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
483
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
479
engine_enable_mask(gt, XE_ENGINE_CLASS_OTHER));
drivers/gpu/drm/xe/xe_hw_engine.c
1029
if (hwe->class == XE_ENGINE_CLASS_OTHER)
drivers/gpu/drm/xe/xe_hw_engine.c
1053
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
557
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
108
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_irq.c
217
u32 other_fuse_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_OTHER);
drivers/gpu/drm/xe/xe_irq.c
338
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_irq.c
390
if (class == XE_ENGINE_CLASS_OTHER) {
drivers/gpu/drm/xe/xe_irq.c
580
xe_hw_engine_mask_per_class(tile->media_gt, XE_ENGINE_CLASS_OTHER)) ||
drivers/gpu/drm/xe/xe_lrc.c
144
case XE_ENGINE_CLASS_OTHER:
drivers/gpu/drm/xe/xe_oa.c
2592
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
629
case XE_ENGINE_CLASS_OTHER: