Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-20 Thread Volkin, Bradley D
On Fri, Jun 20, 2014 at 08:41:08AM -0700, Tvrtko Ursulin wrote: > > On 06/20/2014 04:30 PM, Volkin, Bradley D wrote: > > On Fri, Jun 20, 2014 at 06:25:56AM -0700, Tvrtko Ursulin wrote: > >> > >> On 06/19/2014 06:35 PM, Volkin, Bradley D wrote: > >>> On Thu, Jun 19, 2014 at 02:48:29AM -0700, Tvrtko

Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-20 Thread Tvrtko Ursulin
On 06/20/2014 04:30 PM, Volkin, Bradley D wrote: On Fri, Jun 20, 2014 at 06:25:56AM -0700, Tvrtko Ursulin wrote: On 06/19/2014 06:35 PM, Volkin, Bradley D wrote: On Thu, Jun 19, 2014 at 02:48:29AM -0700, Tvrtko Ursulin wrote: Hi Brad, On 06/18/2014 05:36 PM, bradley.d.vol...@intel.com wrot

Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-20 Thread Volkin, Bradley D
On Fri, Jun 20, 2014 at 06:25:56AM -0700, Tvrtko Ursulin wrote: > > On 06/19/2014 06:35 PM, Volkin, Bradley D wrote: > > On Thu, Jun 19, 2014 at 02:48:29AM -0700, Tvrtko Ursulin wrote: > >> > >> Hi Brad, > >> > >> On 06/18/2014 05:36 PM, bradley.d.vol...@intel.com wrote: > >>> From: Brad Volkin >

Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-20 Thread Tvrtko Ursulin
On 06/19/2014 06:35 PM, Volkin, Bradley D wrote: On Thu, Jun 19, 2014 at 02:48:29AM -0700, Tvrtko Ursulin wrote: Hi Brad, On 06/18/2014 05:36 PM, bradley.d.vol...@intel.com wrote: From: Brad Volkin This adds a small module for managing a pool of batch buffers. The only current use case is

Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-19 Thread Daniel Vetter
On Thu, Jun 19, 2014 at 10:35:44AM -0700, Volkin, Bradley D wrote: > On Thu, Jun 19, 2014 at 02:48:29AM -0700, Tvrtko Ursulin wrote: > > > > Hi Brad, > > > > On 06/18/2014 05:36 PM, bradley.d.vol...@intel.com wrote: > > > From: Brad Volkin > > > > > > This adds a small module for managing a pool

Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-19 Thread Volkin, Bradley D
On Thu, Jun 19, 2014 at 02:48:29AM -0700, Tvrtko Ursulin wrote: > > Hi Brad, > > On 06/18/2014 05:36 PM, bradley.d.vol...@intel.com wrote: > > From: Brad Volkin > > > > This adds a small module for managing a pool of batch buffers. > > The only current use case is for the command parser, as desc

Re: [Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-19 Thread Tvrtko Ursulin
Hi Brad, On 06/18/2014 05:36 PM, bradley.d.vol...@intel.com wrote: From: Brad Volkin This adds a small module for managing a pool of batch buffers. The only current use case is for the command parser, as described in the kerneldoc in the patch. The code is simple, but separating it out makes

[Intel-gfx] [RFC 1/4] drm/i915: Implement a framework for batch buffer pools

2014-06-18 Thread bradley . d . volkin
From: Brad Volkin This adds a small module for managing a pool of batch buffers. The only current use case is for the command parser, as described in the kerneldoc in the patch. The code is simple, but separating it out makes it easier to change the underlying algorithms and to extend to future u