Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c274 static const set_eu_stall_property_fn xe_set_eu_stall_property_funcs[] = { variable
292 if (XE_IOCTL_DBG(xe, ext.property >= ARRAY_SIZE(xe_set_eu_stall_property_funcs)) || in xe_eu_stall_user_ext_set_property()
296 idx = array_index_nospec(ext.property, ARRAY_SIZE(xe_set_eu_stall_property_funcs)); in xe_eu_stall_user_ext_set_property()
297 return xe_set_eu_stall_property_funcs[idx](xe, ext.value, props); in xe_eu_stall_user_ext_set_property()