Symbol: XE_ENGINE_CLASS_RENDER
drivers/gpu/drm/xe/xe_configfs.c
306
{ .cls = "rcs", .mask = XE_HW_ENGINE_RCS_MASK, .engine_class = XE_ENGINE_CLASS_RENDER },
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
520
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_gt.c
1103
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_gt.c
1105
if (hwe->class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_gt.c
261
if (hwe->class == XE_ENGINE_CLASS_RENDER)
drivers/gpu/drm/xe/xe_gt_debugfs.c
160
xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_RENDER);
drivers/gpu/drm/xe/xe_guc.c
211
!xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER))
drivers/gpu/drm/xe/xe_guc.h
73
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_guc_ads.c
465
engine_enable_mask(gt, XE_ENGINE_CLASS_RENDER));
drivers/gpu/drm/xe/xe_guc_ads.c
737
xe_gt_any_hw_engine_by_reset_domain(hwe->gt, XE_ENGINE_CLASS_RENDER);
drivers/gpu/drm/xe/xe_guc_ads.c
766
if (XE_GT_WA(hwe->gt, 1607983814) && hwe->class == XE_ENGINE_CLASS_RENDER) {
drivers/gpu/drm/xe/xe_hw_engine.c
1044
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_hw_engine.c
1074
[DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
drivers/gpu/drm/xe/xe_hw_engine.c
371
hwe->class != XE_ENGINE_CLASS_RENDER)
drivers/gpu/drm/xe/xe_hw_engine.c
59
.class = XE_ENGINE_CLASS_RENDER,
drivers/gpu/drm/xe/xe_hw_engine_group.c
99
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_lrc.c
1104
!(hwe->class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_lrc.c
115
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_lrc.c
1199
hwe->class != XE_ENGINE_CLASS_RENDER)
drivers/gpu/drm/xe/xe_lrc.c
1361
if (hwe->class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_lrc.c
2229
if (XE_GT_WA(gt, 14019789679) && q->hwe->class == XE_ENGINE_CLASS_RENDER) {
drivers/gpu/drm/xe/xe_lrc.c
612
if (class == XE_ENGINE_CLASS_RENDER) {
drivers/gpu/drm/xe/xe_lrc.c
88
(class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_oa.c
2571
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_oa.c
800
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_query.c
35
[XE_ENGINE_CLASS_RENDER] = DRM_XE_ENGINE_CLASS_RENDER,
drivers/gpu/drm/xe/xe_query.c
43
[DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
drivers/gpu/drm/xe/xe_reg_whitelist.c
26
return hwe->class != XE_ENGINE_CLASS_RENDER;
drivers/gpu/drm/xe/xe_ring_ops.c
541
case XE_ENGINE_CLASS_RENDER: