Re: [Intel-gfx] [PATCH 04/50] drm/i915: Extract trivial parts of ring init (early init)

2014-05-14 Thread Daniel Vetter
Cc: intel-gfx@lists.freedesktop.org; Ben Widawsky; Widawsky, Benjamin > > Subject: Re: [Intel-gfx] [PATCH 04/50] drm/i915: Extract trivial parts of > > ring init > > (early init) > > > > On Fri, May 09, 2014 at 01:08:34PM +0100, oscar.ma...@intel.com wrote: > > &g

Re: [Intel-gfx] [PATCH 04/50] drm/i915: Extract trivial parts of ring init (early init)

2014-05-14 Thread Mateo Lozano, Oscar
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter > Sent: Tuesday, May 13, 2014 2:27 PM > To: Mateo Lozano, Oscar > Cc: intel-gfx@lists.freedesktop.org; Ben Widawsky; Widawsky, Benjamin > Subject: Re: [Intel-gfx] [PAT

Re: [Intel-gfx] [PATCH 04/50] drm/i915: Extract trivial parts of ring init (early init)

2014-05-13 Thread Chris Wilson
On Tue, May 13, 2014 at 03:26:51PM +0200, Daniel Vetter wrote: > On Fri, May 09, 2014 at 01:08:34PM +0100, oscar.ma...@intel.com wrote: > > diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c > > b/drivers/gpu/drm/i915/i915_gpu_error.c > > index 2d81985..8f37238 100644 > > --- a/drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH 04/50] drm/i915: Extract trivial parts of ring init (early init)

2014-05-13 Thread Daniel Vetter
On Fri, May 09, 2014 at 01:08:34PM +0100, oscar.ma...@intel.com wrote: > From: Ben Widawsky > > It's beneficial to be able to get a name, base, and id before we've > actually initialized the rings. This ability was effectively destroyed > in the ringbuffer fire which Daniel started. > > With the

[Intel-gfx] [PATCH 04/50] drm/i915: Extract trivial parts of ring init (early init)

2014-05-09 Thread oscar . mateo
From: Ben Widawsky It's beneficial to be able to get a name, base, and id before we've actually initialized the rings. This ability was effectively destroyed in the ringbuffer fire which Daniel started. With the simple early init function, that ability is restored. Signed-off-by: Ben Widawsky