Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gt.h15 for ((id__) = 0; (id__) < ARRAY_SIZE((gt__)->hw_engines); (id__)++) \
16 for_each_if(((hwe__) = (gt__)->hw_engines + (id__)) && \
H A Dxe_gt_debugfs.c81 static int hw_engines(struct xe_gt *gt, struct drm_printer *p) in hw_engines() function
249 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines},
H A Dxe_gt_types.h304 struct xe_hw_engine hw_engines[XE_NUM_HW_ENGINES]; member
H A Dxe_hw_engine.c735 for (i = 0; i < ARRAY_SIZE(gt->hw_engines); i++) in xe_hw_engines_init_early()
736 hw_engine_init_early(gt, &gt->hw_engines[i], i); in xe_hw_engines_init_early()