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 benjamin.widaw...@intel.com 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

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, May 09, 2014 at 05:08:32AM -0700

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 benjamin.widaw...@intel.com 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

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

2014-05-09 Thread oscar . mateo
From: Ben Widawsky benjamin.widaw...@intel.com 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 b...@bwidawsk.net Acked-by: Oscar Mateo oscar.ma...@intel.com ---