Symbol: XE_ENGINE_CLASS_MAX
drivers/gpu/drm/xe/xe_configfs.c
260
struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_configfs.c
261
struct wa_bb ctx_restore_mid_bb[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_configfs.c
593
struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX],
drivers/gpu/drm/xe/xe_configfs.c
688
struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX])
drivers/gpu/drm/xe/xe_configfs.c
746
static ssize_t wa_bb_store(struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX],
drivers/gpu/drm/xe/xe_configfs.c
751
struct wa_bb tmp_wa_bb[XE_ENGINE_CLASS_MAX] = { };
drivers/gpu/drm/xe/xe_configfs.c
778
for (class = 0, count = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_device_types.h
769
u64 run_ticks[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_drm_client.c
317
unsigned long class, i, gt_id, capacity[XE_ENGINE_CLASS_MAX] = { };
drivers/gpu/drm/xe/xe_drm_client.c
361
for (class = 0; class < XE_ENGINE_CLASS_MAX; class++) {
drivers/gpu/drm/xe/xe_gt.c
662
for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i)
drivers/gpu/drm/xe/xe_gt.c
675
for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) {
drivers/gpu/drm/xe/xe_gt_types.h
245
const struct xe_ring_ops *ring_ops[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
248
struct xe_hw_fence_irq fence_irq[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
251
void *default_lrc[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
257
struct xe_hw_engine_class_intf eclass[XE_ENGINE_CLASS_MAX];
drivers/gpu/drm/xe/xe_gt_types.h
365
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
496
for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_guc_ads.c
941
for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) {
drivers/gpu/drm/xe/xe_hw_engine.c
1056
case XE_ENGINE_CLASS_MAX:
drivers/gpu/drm/xe/xe_hw_engine.c
664
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
109
case XE_ENGINE_CLASS_MAX: