Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_query.c782 static int (* const xe_query_funcs[])(struct xe_device *xe, variable
807 if (XE_IOCTL_DBG(xe, query->query >= ARRAY_SIZE(xe_query_funcs))) in xe_query_ioctl()
810 idx = array_index_nospec(query->query, ARRAY_SIZE(xe_query_funcs)); in xe_query_ioctl()
811 if (XE_IOCTL_DBG(xe, !xe_query_funcs[idx])) in xe_query_ioctl()
814 return xe_query_funcs[idx](xe, query); in xe_query_ioctl()

Completed in 5 milliseconds