Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_drm_client.c326 unsigned long class, i, gt_id, capacity[XE_ENGINE_CLASS_MAX] = { }; in show_run_ticks()
370 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_hw_engine.c715 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in hw_engine_setup_logical_and_paging_mapping()
1123 case XE_ENGINE_CLASS_MAX: in xe_hw_engine_class_to_str()
H A Dxe_hw_engine_class_sysfs.c647 hwe->class == XE_ENGINE_CLASS_MAX) in xe_hw_engine_class_sysfs_init()