Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c261 struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX];
262 struct wa_bb ctx_restore_mid_bb[XE_ENGINE_CLASS_MAX];
596 struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX], in wa_bb_show() argument
691 struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX]) in parse_wa_bb_lines() argument
749 static ssize_t wa_bb_store(struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX], in wa_bb_store() argument
754 struct wa_bb tmp_wa_bb[XE_ENGINE_CLASS_MAX] = { }; in wa_bb_store()
781 for (class = 0, count = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in wa_bb_store()
H A Dxe_drm_client.c317 unsigned long class, i, gt_id, capacity[XE_ENGINE_CLASS_MAX] = { }; in show_run_ticks()
361 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_guc_ads.c273 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in calculate_golden_lrc_size()
496 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in guc_golden_lrc_init()
949 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in guc_golden_lrc_populate()
H A Dxe_hw_engine.c665 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in hw_engine_setup_logical_mapping()
1057 case XE_ENGINE_CLASS_MAX: in xe_hw_engine_class_to_str()
H A Dxe_gt.c707 for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) in xe_gt_fini()
720 for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) { in xe_gt_init()
H A Dxe_hw_engine_class_sysfs.c647 hwe->class == XE_ENGINE_CLASS_MAX) in xe_hw_engine_class_sysfs_init()