Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dexeclist.c49 static int context_switch_events[] = { variable
59 if (WARN_ON(ring_id >= ARRAY_SIZE(context_switch_events))) in ring_id_to_context_switch_event()
62 return context_switch_events[ring_id]; in ring_id_to_context_switch_event()