Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_devcoredump_types.h53 struct xe_hw_engine_snapshot *hwe[XE_NUM_HW_ENGINES];
H A Dxe_hw_engine_types.h58 XE_NUM_HW_ENGINES, enumerator
H A Dxe_devcoredump.c129 for (i = 0; i < XE_NUM_HW_ENGINES; i++) in __xe_devcoredump_read()
161 for (i = 0; i < XE_NUM_HW_ENGINES; i++) in xe_devcoredump_snapshot_free()
H A Dxe_gt_types.h329 struct xe_hw_engine hw_engines[XE_NUM_HW_ENGINES];
H A Dxe_hw_engine.c473 for (id = 0; id < XE_NUM_HW_ENGINES; ++id) { in find_engine_info()
936 for (id = 0; id < XE_NUM_HW_ENGINES; ++id) { in xe_hw_engine_mask_per_class()
H A Dxe_gt_pagefault.c427 (num_eus + XE_NUM_HW_ENGINES) * PF_MSG_LEN_DW; in xe_alloc_pf_queue()
H A Dxe_guc_ads.c247 count += ADS_REGSET_EXTRA_MAX * XE_NUM_HW_ENGINES; in calculate_regset_size()