Re: [Intel-gfx] [PATCH 5/9] drm/i915: Make ring buffer size configurable

2016-05-20 Thread Wang, Zhi A
Thanks. Will do. :) > -Original Message- > From: Chris Wilson [mailto:ch...@chris-wilson.co.uk] > Sent: Friday, May 20, 2016 3:02 PM > To: Wang, Zhi A > Cc: intel-gfx@lists.freedesktop.org; tvrtko.ursu...@linux.intel.com; > joonas.lahti...@linux.intel.com; Tian,

Re: [Intel-gfx] [PATCH 5/9] drm/i915: Make ring buffer size configurable

2016-05-20 Thread Chris Wilson
On Tue, May 17, 2016 at 04:19:05AM -0400, Zhi Wang wrote: > This patch introduces an option for configuring ring buffer size during > context creation. If no ring buffer size is specified, the default size > (4 * PAGE_SIZE) will be used. > > Signed-off-by: Zhi Wang > --- >

[Intel-gfx] [PATCH 5/9] drm/i915: Make ring buffer size configurable

2016-05-17 Thread Zhi Wang
This patch introduces an option for configuring ring buffer size during context creation. If no ring buffer size is specified, the default size (4 * PAGE_SIZE) will be used. Signed-off-by: Zhi Wang --- drivers/gpu/drm/i915/i915_drv.h | 1 +