Re: [Intel-gfx] [PATCH i-g-t 3/4] trace.pl: Fix incomplete request handling

2018-05-07 Thread John Harrison
On 4/23/2018 2:52 AM, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Incomplete requests (no notify, no context complete) have to be corrected by looking at the engine timeline, and not the sorted-by-start-time view as was previously used. Per-engine timelines are generated on demand and cached fo

[Intel-gfx] [PATCH i-g-t 3/4] trace.pl: Fix incomplete request handling

2018-04-23 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Incomplete requests (no notify, no context complete) have to be corrected by looking at the engine timeline, and not the sorted-by-start-time view as was previously used. Per-engine timelines are generated on demand and cached for later use. v2: Find end of current context