Re: [Intel-gfx] [PATCH 03/55] drm/i915: i915_add_request must not fail

2015-06-23 Thread John Harrison
On 23/06/2015 11:16, Chris Wilson wrote: On Fri, May 29, 2015 at 05:43:24PM +0100, john.c.harri...@intel.com wrote: From: John Harrison The i915_add_request() function is called to keep track of work that has been written to the ring buffer. It adds epilogue commands to track progress (seqno u

Re: [Intel-gfx] [PATCH 03/55] drm/i915: i915_add_request must not fail

2015-06-23 Thread Chris Wilson
On Fri, May 29, 2015 at 05:43:24PM +0100, john.c.harri...@intel.com wrote: > From: John Harrison > > The i915_add_request() function is called to keep track of work that has been > written to the ring buffer. It adds epilogue commands to track progress (seqno > updates and such), moves the reques

Re: [Intel-gfx] [PATCH 03/55] drm/i915: i915_add_request must not fail

2015-06-05 Thread Tomas Elf
On 04/06/2015 15:07, John Harrison wrote: On 02/06/2015 19:16, Tomas Elf wrote: On 29/05/2015 17:43, john.c.harri...@intel.com wrote: From: John Harrison The i915_add_request() function is called to keep track of work that has been written to the ring buffer. It adds epilogue commands to trac

Re: [Intel-gfx] [PATCH 03/55] drm/i915: i915_add_request must not fail

2015-06-04 Thread John Harrison
On 02/06/2015 19:16, Tomas Elf wrote: On 29/05/2015 17:43, john.c.harri...@intel.com wrote: From: John Harrison The i915_add_request() function is called to keep track of work that has been written to the ring buffer. It adds epilogue commands to track progress (seqno updates and such), move

Re: [Intel-gfx] [PATCH 03/55] drm/i915: i915_add_request must not fail

2015-06-02 Thread Tomas Elf
On 29/05/2015 17:43, john.c.harri...@intel.com wrote: From: John Harrison The i915_add_request() function is called to keep track of work that has been written to the ring buffer. It adds epilogue commands to track progress (seqno updates and such), moves the request structure onto the right li

[Intel-gfx] [PATCH 03/55] drm/i915: i915_add_request must not fail

2015-05-29 Thread John . C . Harrison
From: John Harrison The i915_add_request() function is called to keep track of work that has been written to the ring buffer. It adds epilogue commands to track progress (seqno updates and such), moves the request structure onto the right list and other such house keeping tasks. However, the work