Symbol: XE_ENGINE_CLASS_COMPUTE
drivers/gpu/drm/xe/xe_configfs.c
313
{ .cls = "ccs", .mask = XE_HW_ENGINE_CCS_MASK, .engine_class = XE_ENGINE_CLASS_COMPUTE },
drivers/gpu/drm/xe/xe_exec_queue.c
350
(q->class == XE_ENGINE_CLASS_RENDER || q->class == XE_ENGINE_CLASS_COMPUTE)) {
drivers/gpu/drm/xe/xe_exec_queue.c
655
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_gt.c
1148
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_gt.c
1150
hwe->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
55
if (hwe->class != XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_gt_debugfs.c
192
xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_COMPUTE);
drivers/gpu/drm/xe/xe_guc.h
81
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_guc_ads.c
477
engine_enable_mask(gt, XE_ENGINE_CLASS_COMPUTE));
drivers/gpu/drm/xe/xe_hw_engine.c
1034
hwe->class == XE_ENGINE_CLASS_COMPUTE &&
drivers/gpu/drm/xe/xe_hw_engine.c
1055
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_hw_engine.c
1079
[DRM_XE_ENGINE_CLASS_COMPUTE] = XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_hw_engine.c
236
.class = XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_hw_engine.c
244
.class = XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_hw_engine.c
252
.class = XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_hw_engine.c
260
.class = XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_hw_engine.c
333
if (hwe->class != XE_ENGINE_CLASS_COMPUTE &&
drivers/gpu/drm/xe/xe_hw_engine.c
404
const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE && IS_DGFX(xe) &&
drivers/gpu/drm/xe/xe_hw_engine_group.c
101
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_irq.c
178
u32 ccs_fuse_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COMPUTE);
drivers/gpu/drm/xe/xe_irq.c
549
XE_ENGINE_CLASS_COMPUTE);
drivers/gpu/drm/xe/xe_lrc.c
1141
hwe->class == XE_ENGINE_CLASS_COMPUTE ||
drivers/gpu/drm/xe/xe_lrc.c
130
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_lrc.c
1417
hwe->class == XE_ENGINE_CLASS_COMPUTE) {
drivers/gpu/drm/xe/xe_lrc.c
93
class == XE_ENGINE_CLASS_COMPUTE))
drivers/gpu/drm/xe/xe_oa.c
2587
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_oa.c
472
if (stream->hwe->class != XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_oa.c
823
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_pci.c
122
.multi_queue_engine_class_mask = BIT(XE_ENGINE_CLASS_COPY) | BIT(XE_ENGINE_CLASS_COMPUTE),
drivers/gpu/drm/xe/xe_pci.c
135
BIT(XE_ENGINE_CLASS_COMPUTE),
drivers/gpu/drm/xe/xe_query.c
39
[XE_ENGINE_CLASS_COMPUTE] = DRM_XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_query.c
47
[DRM_XE_ENGINE_CLASS_COMPUTE] = XE_ENGINE_CLASS_COMPUTE,
drivers/gpu/drm/xe/xe_ring_ops.c
234
else if (job->q->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_ring_ops.c
462
else if (job->q->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_ring_ops.c
644
case XE_ENGINE_CLASS_COMPUTE: