Home
last modified time | relevance | path

Searched refs:user_to_xe_engine_class (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine.c994 static const enum xe_engine_class user_to_xe_engine_class[] = { enum
1018 if (eci.engine_class >= ARRAY_SIZE(user_to_xe_engine_class)) in xe_hw_engine_lookup()
1025 ARRAY_SIZE(user_to_xe_engine_class)); in xe_hw_engine_lookup()
1028 user_to_xe_engine_class[idx], in xe_hw_engine_lookup()
H A Dxe_query.c37 static const enum xe_engine_class user_to_xe_engine_class[] = { enum
145 if (eci->engine_class >= ARRAY_SIZE(user_to_xe_engine_class)) in query_engine_cycles()
148 hwe = xe_gt_hw_engine(gt, user_to_xe_engine_class[eci->engine_class], in query_engine_cycles()