Symbol: XE_ENGINE_CLASS_MAX
drivers/gpu/drm/xe/xe_configfs.c
261
struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_configfs.c
262
struct wa_bb ctx_restore_mid_bb[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_configfs.c
596
struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX],
drivers/gpu/drm/xe/xe_configfs.c
691
struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX])
drivers/gpu/drm/xe/xe_configfs.c
749
static ssize_t wa_bb_store(struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX],
drivers/gpu/drm/xe/xe_configfs.c
754
struct wa_bb tmp_wa_bb[XE_ENGINE_CLASS_MAX] = { };
drivers/gpu/drm/xe/xe_configfs.c
781
for (class = 0, count = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_debugfs.c
73
for (enum xe_engine_class ec = 0; ec < XE_ENGINE_CLASS_MAX; ec++) {
drivers/gpu/drm/xe/xe_device_types.h
616
u64 run_ticks[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_drm_client.c
327
unsigned long class, i, gt_id, capacity[XE_ENGINE_CLASS_MAX] = { };
drivers/gpu/drm/xe/xe_drm_client.c
371
for (class = 0; class < XE_ENGINE_CLASS_MAX; class++) {
drivers/gpu/drm/xe/xe_gt.c
706
for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i)
drivers/gpu/drm/xe/xe_gt.c
719
for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) {
drivers/gpu/drm/xe/xe_gt_types.h
254
const struct xe_ring_ops *ring_ops[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
257
struct xe_hw_fence_irq fence_irq[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
260
void *default_lrc[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
266
struct xe_hw_engine_class_intf eclass[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
374
u8 instances_per_class[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_guc_ads.c
273
for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_guc_ads.c
499
for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_guc_ads.c
955
for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_hw_engine.c
1057
case XE_ENGINE_CLASS_MAX:
drivers/gpu/drm/xe/xe_hw_engine.c
662
for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_hw_engine_class_sysfs.c
647
hwe->class == XE_ENGINE_CLASS_MAX)
drivers/gpu/drm/xe/xe_hw_engine_group.c
110
case XE_ENGINE_CLASS_MAX: