[Intel-gfx] [PATCH 3/4] drm/i915: Remove i915_request.global_seqno

2019-02-25 Thread Chris Wilson
Having weaned the interrupt handling off using a single global execution queue, we no longer need to emit a global_seqno. Note that we still have a few assumptions about execution order along engine timelines, but this removes the most obvious artefact! Signed-off-by: Chris Wilson --- drivers/gp

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Remove i915_request.global_seqno

2019-02-25 Thread Tvrtko Ursulin
On 25/02/2019 16:23, Chris Wilson wrote: Having weaned the interrupt handling off using a single global execution queue, we no longer need to emit a global_seqno. Note that we still have a few assumptions about execution order along engine timelines, but this removes the most obvious artefact!