Re: [Intel-gfx] [PATCH v5 1/7] drm/i915: Implement a framework for batch buffer pools

2014-12-08 Thread Michael H. Nguyen
On 12/08/2014 07:19 AM, Bloomfield, Jon wrote: -Original Message- From: Nguyen, Michael H Sent: Wednesday, November 26, 2014 9:54 PM To: intel-gfx@lists.freedesktop.org Cc: Bloomfield, Jon; Volkin, Bradley D Subject: [PATCH v5 1/7] drm/i915: Implement a framework for batch buffer pools

Re: [Intel-gfx] [PATCH v5 1/7] drm/i915: Implement a framework for batch buffer pools

2014-12-08 Thread Bloomfield, Jon
> -Original Message- > From: Nguyen, Michael H > Sent: Wednesday, November 26, 2014 9:54 PM > To: intel-gfx@lists.freedesktop.org > Cc: Bloomfield, Jon; Volkin, Bradley D > Subject: [PATCH v5 1/7] drm/i915: Implement a framework for batch buffer > pools > > From: Brad Volkin > > This add

[Intel-gfx] [PATCH v5 1/7] drm/i915: Implement a framework for batch buffer pools

2014-11-26 Thread michael . h . nguyen
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