Re: [Intel-gfx] [RFC 00/44] GPU scheduler for i915 driver

2014-10-20 Thread John Harrison
On 10/10/2014 11:35, Steven Newbury wrote: On Thu, 2014-06-26 at 18:23 +0100, john.c.harri...@intel.com wrote: From: John Harrison harri...@intel.com> Implemented a batch buffer submission scheduler for the i915 DRM driver. Hi John, I was just wondering what's happening with this patch series

Re: [Intel-gfx] [RFC 00/44] GPU scheduler for i915 driver

2014-10-10 Thread Steven Newbury
On Thu, 2014-06-26 at 18:23 +0100, john.c.harri...@intel.com wrote: > From: John Harrison harri...@intel.com> > > Implemented a batch buffer submission scheduler for the i915 DRM > driver. Hi John, I was just wondering what's happening with this patch series? Are you still working on it? Doe

Re: [Intel-gfx] [RFC 00/44] GPU scheduler for i915 driver

2014-07-07 Thread Daniel Vetter
On Fri, Jun 27, 2014 at 06:44:04AM +1000, Dave Airlie wrote: > > > > Implemented a batch buffer submission scheduler for the i915 DRM driver. > > > > While this seems very interesting, you might want to address in the commit msg > or the cover email > > a) why this is needed, > b) any improvement

Re: [Intel-gfx] [RFC 00/44] GPU scheduler for i915 driver

2014-06-26 Thread Dave Airlie
> > Implemented a batch buffer submission scheduler for the i915 DRM driver. > While this seems very interesting, you might want to address in the commit msg or the cover email a) why this is needed, b) any improvements in speed, power consumption or throughput it generates, i.e. benchmarks. als

[Intel-gfx] [RFC 00/44] GPU scheduler for i915 driver

2014-06-26 Thread John . C . Harrison
From: John Harrison Implemented a batch buffer submission scheduler for the i915 DRM driver. The general theory of operation is that when batch buffers are submitted to the driver, the execbuffer() code assigns a unique seqno value and then packages up all the information required to execute the