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.c1040 static const enum xe_engine_class user_to_xe_engine_class[] = { enum
1065 if (eci.engine_class >= ARRAY_SIZE(user_to_xe_engine_class)) in xe_hw_engine_lookup()
1072 ARRAY_SIZE(user_to_xe_engine_class)); in xe_hw_engine_lookup()
1075 user_to_xe_engine_class[idx], in xe_hw_engine_lookup()
H A Dxe_query.c40 static const enum xe_engine_class user_to_xe_engine_class[] = { enum
151 if (eci->engine_class >= ARRAY_SIZE(user_to_xe_engine_class)) in query_engine_cycles()
154 hwe = xe_gt_hw_engine(gt, user_to_xe_engine_class[eci->engine_class], in query_engine_cycles()