Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_oa.c1264 static const xe_oa_set_property_fn xe_oa_set_property_funcs_open[] = { variable
1308 BUILD_BUG_ON(ARRAY_SIZE(xe_oa_set_property_funcs_open) != in xe_oa_user_ext_set_property()
1311 if (XE_IOCTL_DBG(oa->xe, ext.property >= ARRAY_SIZE(xe_oa_set_property_funcs_open)) || in xe_oa_user_ext_set_property()
1315 idx = array_index_nospec(ext.property, ARRAY_SIZE(xe_oa_set_property_funcs_open)); in xe_oa_user_ext_set_property()
1320 return xe_oa_set_property_funcs_open[idx](oa, ext.value, param); in xe_oa_user_ext_set_property()