Re: [Intel-gfx] [RFC 16/44] drm/i915: Alloc early seqno

2014-07-23 Thread John Harrison
On 02/07/2014 19:29, Jesse Barnes wrote: On Thu, 26 Jun 2014 18:24:07 +0100 john.c.harri...@intel.com wrote: From: John Harrison The scheduler needs to explicitly allocate a seqno to track each submitted batch buffer. This must happen a long time before any commands are actually written to th

Re: [Intel-gfx] [RFC 16/44] drm/i915: Alloc early seqno

2014-07-02 Thread Jesse Barnes
On Thu, 26 Jun 2014 18:24:07 +0100 john.c.harri...@intel.com wrote: > From: John Harrison > > The scheduler needs to explicitly allocate a seqno to track each submitted > batch > buffer. This must happen a long time before any commands are actually written > to > the ring. > --- > drivers/gpu

[Intel-gfx] [RFC 16/44] drm/i915: Alloc early seqno

2014-06-26 Thread John . C . Harrison
From: John Harrison The scheduler needs to explicitly allocate a seqno to track each submitted batch buffer. This must happen a long time before any commands are actually written to the ring. --- drivers/gpu/drm/i915/i915_gem_execbuffer.c |5 + drivers/gpu/drm/i915/intel_ringbuffer.c