Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c260 struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX];
261 struct wa_bb ctx_restore_mid_bb[XE_ENGINE_CLASS_MAX];
593 struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX], in wa_bb_show() argument
688 struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX]) in parse_wa_bb_lines() argument
746 static ssize_t wa_bb_store(struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX], in wa_bb_store() argument
751 struct wa_bb tmp_wa_bb[XE_ENGINE_CLASS_MAX] = { }; in wa_bb_store()
778 for (class = 0, count = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in wa_bb_store()
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_hw_engine_group.c106 case XE_ENGINE_CLASS_MAX: in xe_hw_engine_setup_groups()
H A Dxe_guc_ads.c275 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in calculate_golden_lrc_size()
498 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in guc_golden_lrc_init()
943 for (class = 0; class < XE_ENGINE_CLASS_MAX; ++class) { in guc_golden_lrc_populate()
H A Dxe_device_types.h723 u64 run_ticks[XE_ENGINE_CLASS_MAX];
H A Dxe_gt.c617 for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) in xe_gt_fini()
630 for (i = 0; i < XE_ENGINE_CLASS_MAX; ++i) { in xe_gt_init()
H A Dxe_hw_engine_class_sysfs.c651 hwe->class == XE_ENGINE_CLASS_MAX) in xe_hw_engine_class_sysfs_init()