Re: [Intel-gfx] [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

2015-03-13 Thread Daniel Vetter
On Fri, Mar 13, 2015 at 01:32:38PM +, John Harrison wrote: > On 10/03/2015 10:18, Daniel Vetter wrote: > >On Mon, Mar 09, 2015 at 11:51:26PM +, Tomas Elf wrote: > >>On 19/02/2015 17:18, john.c.harri...@intel.com wrote: > >>>diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h > >>>b/driver

Re: [Intel-gfx] [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

2015-03-13 Thread John Harrison
On 10/03/2015 10:18, Daniel Vetter wrote: On Mon, Mar 09, 2015 at 11:51:26PM +, Tomas Elf wrote: On 19/02/2015 17:18, john.c.harri...@intel.com wrote: From: John Harrison The outstanding_lazy_request is no longer used anywhere in the driver. Everything that was looking at it now has a req

Re: [Intel-gfx] [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

2015-03-10 Thread Daniel Vetter
On Mon, Mar 09, 2015 at 11:51:26PM +, Tomas Elf wrote: > On 19/02/2015 17:18, john.c.harri...@intel.com wrote: > >From: John Harrison > > > >The outstanding_lazy_request is no longer used anywhere in the driver. > >Everything that was looking at it now has a request explicitly passed in > >fr

Re: [Intel-gfx] [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

2015-03-09 Thread Tomas Elf
On 19/02/2015 17:18, john.c.harri...@intel.com wrote: From: John Harrison The outstanding_lazy_request is no longer used anywhere in the driver. Everything that was looking at it now has a request explicitly passed in from on high. Everything that was relying upon behind the scenes is now expli

[Intel-gfx] [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'

2015-02-19 Thread John . C . Harrison
From: John Harrison The outstanding_lazy_request is no longer used anywhere in the driver. Everything that was looking at it now has a request explicitly passed in from on high. Everything that was relying upon behind the scenes is now explicitly creating/passing/submitting it's own private reque