Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_devcoredump_types.h44 struct xe_hw_engine_snapshot *hwe[XE_NUM_HW_ENGINES];
Dxe_devcoredump.c107 for (i = 0; i < XE_NUM_HW_ENGINES; i++) in __xe_devcoredump_read()
130 for (i = 0; i < XE_NUM_HW_ENGINES; i++) in xe_devcoredump_snapshot_free()
Dxe_hw_engine_types.h58 XE_NUM_HW_ENGINES, enumerator
Dxe_gt_types.h327 struct xe_hw_engine hw_engines[XE_NUM_HW_ENGINES];
Dxe_gt_pagefault.c428 (num_eus + XE_NUM_HW_ENGINES) * PF_MSG_LEN_DW; in xe_alloc_pf_queue()
Dxe_guc_ads.c249 count += ADS_REGSET_EXTRA_MAX * XE_NUM_HW_ENGINES; in calculate_regset_size()
Dxe_hw_engine.c1103 for (id = 0; id < XE_NUM_HW_ENGINES; ++id) { in xe_hw_engine_mask_per_class()