Re: [Intel-gfx] [PATCH] drm/i915: Reduce i915_request_alloc retirement to local context

2019-01-09 Thread Tvrtko Ursulin
On 09/01/2019 12:06, Chris Wilson wrote: Quoting Tvrtko Ursulin (2019-01-09 11:56:15) On 07/01/2019 15:29, Chris Wilson wrote: In the continual quest to reduce the amount of global work required when submitting requests, replace i915_retire_requests() after allocation failure to retiring just

Re: [Intel-gfx] [PATCH] drm/i915: Reduce i915_request_alloc retirement to local context

2019-01-09 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-01-09 11:56:15) > > On 07/01/2019 15:29, Chris Wilson wrote: > > In the continual quest to reduce the amount of global work required when > > submitting requests, replace i915_retire_requests() after allocation > > failure to retiring just our ring. > > > > References

Re: [Intel-gfx] [PATCH] drm/i915: Reduce i915_request_alloc retirement to local context

2019-01-09 Thread Tvrtko Ursulin
On 07/01/2019 15:29, Chris Wilson wrote: In the continual quest to reduce the amount of global work required when submitting requests, replace i915_retire_requests() after allocation failure to retiring just our ring. References: 11abf0c5a021 ("drm/i915: Limit the backpressure for i915_request

[Intel-gfx] [PATCH] drm/i915: Reduce i915_request_alloc retirement to local context

2019-01-07 Thread Chris Wilson
In the continual quest to reduce the amount of global work required when submitting requests, replace i915_retire_requests() after allocation failure to retiring just our ring. References: 11abf0c5a021 ("drm/i915: Limit the backpressure for i915_request allocation") Signed-off-by: Chris Wilson C