Re: [Intel-gfx] [CI 2/2] drm/i915: Assert that the context-switch completion matches our context

2017-01-23 Thread Tvrtko Ursulin
On 23/01/2017 11:31, Chris Wilson wrote: When execlists signals the context completion, it also provides the context id for the status event. Assert that id matches the one we expect. v2: The upper dword of the context status is a duplicate of the upper dword from elsp submission (i.e.

Re: [Intel-gfx] [CI 2/2] drm/i915: Assert that the context-switch completion matches our context

2017-01-23 Thread Joonas Lahtinen
On ma, 2017-01-23 at 11:31 +, Chris Wilson wrote: > When execlists signals the context completion, it also provides the > context id for the status event. Assert that id matches the one we expect. > > v2: The upper dword of the context status is a duplicate of the upper > dword from elsp

[Intel-gfx] [CI 2/2] drm/i915: Assert that the context-switch completion matches our context

2017-01-23 Thread Chris Wilson
When execlists signals the context completion, it also provides the context id for the status event. Assert that id matches the one we expect. v2: The upper dword of the context status is a duplicate of the upper dword from elsp submission (i.e. includes the group id as well as the context id).