Re: [Intel-gfx] [PATCH 02/50] drm/i915: for_each_ring

2014-05-19 Thread Mateo Lozano, Oscar
> -Original Message- > From: Volkin, Bradley D > Sent: Monday, May 19, 2014 5:34 PM > To: Mateo Lozano, Oscar > Cc: intel-gfx@lists.freedesktop.org; Ben Widawsky; Widawsky, Benjamin > Subject: Re: [Intel-gfx] [PATCH 02/50] drm/i915: for_each_ring > > On Fri, Ma

Re: [Intel-gfx] [PATCH 02/50] drm/i915: for_each_ring

2014-05-19 Thread Volkin, Bradley D
On Fri, May 09, 2014 at 05:08:32AM -0700, oscar.ma...@intel.com wrote: > From: Ben Widawsky > > for_each_ring() iterates over all rings supported by the hardware, not > just those which have been initialized as in for_each_active_ring() I think we should give this a new name; something like for_

Re: [Intel-gfx] [PATCH 02/50] drm/i915: for_each_ring

2014-05-13 Thread Daniel Vetter
On Fri, May 09, 2014 at 01:08:32PM +0100, oscar.ma...@intel.com wrote: > From: Ben Widawsky > > for_each_ring() iterates over all rings supported by the hardware, not > just those which have been initialized as in for_each_active_ring() > > Signed-off-by: Ben Widawsky > Acked-by: Oscar Mateo >

[Intel-gfx] [PATCH 02/50] drm/i915: for_each_ring

2014-05-09 Thread oscar . mateo
From: Ben Widawsky for_each_ring() iterates over all rings supported by the hardware, not just those which have been initialized as in for_each_active_ring() Signed-off-by: Ben Widawsky Acked-by: Oscar Mateo --- drivers/gpu/drm/i915/i915_drv.h | 11 +++ 1 file changed, 11 insertions(+