Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c272 static const set_eu_stall_property_fn xe_set_eu_stall_property_funcs[] = { variable
290 if (XE_IOCTL_DBG(xe, ext.property >= ARRAY_SIZE(xe_set_eu_stall_property_funcs)) || in xe_eu_stall_user_ext_set_property()
294 idx = array_index_nospec(ext.property, ARRAY_SIZE(xe_set_eu_stall_property_funcs)); in xe_eu_stall_user_ext_set_property()
295 return xe_set_eu_stall_property_funcs[idx](xe, ext.value, props); in xe_eu_stall_user_ext_set_property()