HomeSort by: relevance | last modified time | path
    Searched defs:context_switch_events (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 54 static int context_switch_events[] = { variable in typeref:typename:int[]
64 if (WARN_ON(ring_id >= ARRAY_SIZE(context_switch_events)))
67 return context_switch_events[ring_id];
execlist.c 54 static int context_switch_events[] = { variable in typeref:typename:int[]
64 if (WARN_ON(ring_id >= ARRAY_SIZE(context_switch_events)))
67 return context_switch_events[ring_id];

Completed in 59 milliseconds