Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c48 static int context_switch_events[] = { variable
58 if (WARN_ON(engine->id >= ARRAY_SIZE(context_switch_events))) in to_context_switch_event()
61 return context_switch_events[engine->id]; in to_context_switch_event()