Searched refs:qoa (Results 1 – 1 of 1) sorted by relevance
655 struct drm_xe_query_oa_units *qoa; in query_oa_units() local671 qoa = kzalloc(size, GFP_KERNEL); in query_oa_units()672 if (!qoa) in query_oa_units()675 pdu = (u8 *)&qoa->oa_units[0]; in query_oa_units()701 qoa->num_oa_units++; in query_oa_units()705 ret = copy_to_user(query_ptr, qoa, size); in query_oa_units()706 kfree(qoa); in query_oa_units()