Symbol: XE_ENGINE_CLASS_RENDER
drivers/gpu/drm/xe/xe_configfs.c
309
{ .cls = "rcs", .mask = XE_HW_ENGINE_RCS_MASK, .engine_class = XE_ENGINE_CLASS_RENDER },
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
643
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_exec_queue.c
987
if (XE_IOCTL_DBG(xe, q->class != XE_ENGINE_CLASS_RENDER))
drivers/gpu/drm/xe/xe_gt.c
1147
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_gt.c
1149
if (hwe->class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_gt.c
265
if (hwe->class == XE_ENGINE_CLASS_RENDER)
drivers/gpu/drm/xe/xe_gt_debugfs.c
186
xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_RENDER);
drivers/gpu/drm/xe/xe_guc.c
216
!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
468
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
764
if (XE_GT_WA(hwe->gt, 1607983814) && hwe->class == XE_ENGINE_CLASS_RENDER) {
drivers/gpu/drm/xe/xe_hw_engine.c
1045
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_hw_engine.c
1075
[DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
drivers/gpu/drm/xe/xe_hw_engine.c
334
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
100
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_lrc.c
1140
!(hwe->class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_lrc.c
122
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_lrc.c
1235
hwe->class != XE_ENGINE_CLASS_RENDER)
drivers/gpu/drm/xe/xe_lrc.c
1416
if (hwe->class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_lrc.c
2451
if (XE_GT_WA(gt, 14019789679) && q->hwe->class == XE_ENGINE_CLASS_RENDER) {
drivers/gpu/drm/xe/xe_lrc.c
623
if (class == XE_ENGINE_CLASS_RENDER) {
drivers/gpu/drm/xe/xe_lrc.c
92
(class == XE_ENGINE_CLASS_RENDER ||
drivers/gpu/drm/xe/xe_oa.c
2586
case XE_ENGINE_CLASS_RENDER:
drivers/gpu/drm/xe/xe_oa.c
821
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
27
return hwe->class != XE_ENGINE_CLASS_RENDER;
drivers/gpu/drm/xe/xe_ring_ops.c
643
case XE_ENGINE_CLASS_RENDER: