Re: [Intel-gfx] [PATCH 48/51] drm/i915: Update intel_ring_begin() to take a request structure

2015-02-18 Thread John Harrison
On 13/02/2015 12:20, Chris Wilson wrote: On Fri, Feb 13, 2015 at 11:48:57AM +, john.c.harri...@intel.com wrote: From: John Harrison Now that everything above has been converted to use requests, intel_ring_begin() can be updated to take a request instead of a ring. This also means that it

Re: [Intel-gfx] [PATCH 48/51] drm/i915: Update intel_ring_begin() to take a request structure

2015-02-13 Thread Chris Wilson
On Fri, Feb 13, 2015 at 11:48:57AM +, john.c.harri...@intel.com wrote: > From: John Harrison > > Now that everything above has been converted to use requests, > intel_ring_begin() > can be updated to take a request instead of a ring. This also means that it no > longer needs to lazily alloca

[Intel-gfx] [PATCH 48/51] drm/i915: Update intel_ring_begin() to take a request structure

2015-02-13 Thread John . C . Harrison
From: John Harrison Now that everything above has been converted to use requests, intel_ring_begin() can be updated to take a request instead of a ring. This also means that it no longer needs to lazily allocate a request if no-one happens to have done it earlier. For: VIZ-5115 Signed-off-by: Jo