Symbol: XE_ENGINE_CLASS_COMPUTE
drivers/gpu/drm/xe/xe_configfs.c
310
{ .cls = "ccs", .mask = XE_HW_ENGINE_CCS_MASK, .engine_class = XE_ENGINE_CLASS_COMPUTE },
drivers/gpu/drm/xe/xe_exec_queue.c
291
(q->class == XE_ENGINE_CLASS_RENDER || q->class == XE_ENGINE_CLASS_COMPUTE)) {
drivers/gpu/drm/xe/xe_exec_queue.c
532
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_execlist.c
62
if (hwe->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_gt.c
1104
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_gt.c
1106
hwe->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_gt_ccs_mode.c
54
if (hwe->class != XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_gt_debugfs.c
166
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
474
engine_enable_mask(gt, XE_ENGINE_CLASS_COMPUTE));
drivers/gpu/drm/xe/xe_hw_engine.c
1033
hwe->class == XE_ENGINE_CLASS_COMPUTE &&
drivers/gpu/drm/xe/xe_hw_engine.c
1054
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_hw_engine.c
1078
[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
329
xe_hw_engine_mask_per_class(hwe->gt, XE_ENGINE_CLASS_COMPUTE);
drivers/gpu/drm/xe/xe_hw_engine.c
332
if (hwe->class == XE_ENGINE_CLASS_COMPUTE && ccs_mask)
drivers/gpu/drm/xe/xe_hw_engine.c
370
if (hwe->class != XE_ENGINE_CLASS_COMPUTE &&
drivers/gpu/drm/xe/xe_hw_engine.c
430
const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE && IS_DGFX(xe) &&
drivers/gpu/drm/xe/xe_hw_engine_group.c
100
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_irq.c
177
u32 ccs_fuse_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COMPUTE);
drivers/gpu/drm/xe/xe_irq.c
547
XE_ENGINE_CLASS_COMPUTE);
drivers/gpu/drm/xe/xe_lrc.c
1105
hwe->class == XE_ENGINE_CLASS_COMPUTE ||
drivers/gpu/drm/xe/xe_lrc.c
121
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_lrc.c
1362
hwe->class == XE_ENGINE_CLASS_COMPUTE) {
drivers/gpu/drm/xe/xe_lrc.c
89
class == XE_ENGINE_CLASS_COMPUTE))
drivers/gpu/drm/xe/xe_oa.c
2572
case XE_ENGINE_CLASS_COMPUTE:
drivers/gpu/drm/xe/xe_oa.c
453
if (stream->hwe->class != XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_oa.c
802
case 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
201
else if (job->q->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_ring_ops.c
389
else if (job->q->class == XE_ENGINE_CLASS_COMPUTE)
drivers/gpu/drm/xe/xe_ring_ops.c
542
case XE_ENGINE_CLASS_COMPUTE: