Home
last modified time | relevance | path

Searched refs:xe_oa_unit_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa.h23 u16 xe_oa_unit_id(struct xe_hw_engine *hwe);
H A Dxe_oa.c1896 u16 xe_oa_unit_id(struct xe_hw_engine *hwe) in xe_oa_unit_id() function
1918 if (xe_oa_unit_id(hwe) == param->oa_unit_id) { in xe_oa_assign_hwe()
1926 if (!param->hwe || xe_oa_unit_id(param->hwe) != param->oa_unit_id) { in xe_oa_assign_hwe()
H A Dxe_query.c691 xe_oa_unit_id(hwe) == u->oa_unit_id) { in query_oa_units()