Re: [Intel-gfx] [PATCH 01/12] drm/i915: Split request submit/execute phase into two

2016-11-03 Thread Tvrtko Ursulin
On 02/11/2016 17:50, Chris Wilson wrote: In order to support deferred scheduling, we need to differentiate between when the request is ready to run (i.e. the submit fence is signaled) and when the request is actually run (a new execute fence). This is typically split between the request itself

[Intel-gfx] [PATCH 01/12] drm/i915: Split request submit/execute phase into two

2016-11-02 Thread Chris Wilson
In order to support deferred scheduling, we need to differentiate between when the request is ready to run (i.e. the submit fence is signaled) and when the request is actually run (a new execute fence). This is typically split between the request itself wanting to wait upon others (for which we