Home
last modified time | relevance | path

Searched refs:XE_ENGINE_CLASS_MAX (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_types.h322 const struct xe_ring_ops *ring_ops[XE_ENGINE_CLASS_MAX];
325 struct xe_hw_fence_irq fence_irq[XE_ENGINE_CLASS_MAX];
328 void *default_lrc[XE_ENGINE_CLASS_MAX];
334 struct xe_hw_engine_class_intf eclass[XE_ENGINE_CLASS_MAX];
440 u8 instances_per_class[XE_ENGINE_CLASS_MAX];
H A Dxe_drm_client.c318 unsigned long class, i, gt_id, capacity[XE_ENGINE_CLASS_MAX] = { }; in show_run_ticks()
366 for (class = 0; class < XE_ENGINE_CLASS_MAX; class++) { in show_run_ticks()
H A Dxe_hw_engine_types.h21 XE_ENGINE_CLASS_MAX = 6, enumerator
H A Dxe_device_types.h661 u64 run_ticks[XE_ENGINE_CLASS_MAX];
H A Dxe_guc_ads.c274 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in calculate_golden_lrc_size()
510 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in guc_golden_lrc_init()
951 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in guc_golden_lrc_populate()
H A Dxe_gt.c569 for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) in xe_gt_fini()
582 for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) { in xe_gt_init()
H A Dxe_hw_engine.c655 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in hw_engine_setup_logical_mapping()
1008 case XE_ENGINE_CLASS_MAX: in xe_hw_engine_class_to_str()
H A Dxe_hw_engine_class_sysfs.c650 hwe->class == XE_ENGINE_CLASS_MAX) in xe_hw_engine_class_sysfs_init()