Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally initialise the interrupt workers

2012-04-21 Thread Chris Wilson
On Sat, 21 Apr 2012 19:01:11 +0200, Daniel Vetter wrote: > On Sat, Apr 21, 2012 at 07:00:24PM +0200, Daniel Vetter wrote: > > On Thu, Apr 19, 2012 at 07:41:49PM +0100, Chris Wilson wrote: > > > Rather than duplicate similar code across the IRQ installers, perform > > > the initialisation of the wo

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally initialise the interrupt workers

2012-04-21 Thread Daniel Vetter
On Sat, Apr 21, 2012 at 07:00:24PM +0200, Daniel Vetter wrote: > On Thu, Apr 19, 2012 at 07:41:49PM +0100, Chris Wilson wrote: > > Rather than duplicate similar code across the IRQ installers, perform > > the initialisation of the workers upfront. This will lead to simpler > > teardown and quiescen

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally initialise the interrupt workers

2012-04-21 Thread Daniel Vetter
On Thu, Apr 19, 2012 at 07:41:49PM +0100, Chris Wilson wrote: > Rather than duplicate similar code across the IRQ installers, perform > the initialisation of the workers upfront. This will lead to simpler > teardown and quiescent code as we can assume that the workers have > been initialised. > >

[Intel-gfx] [PATCH] drm/i915: Unconditionally initialise the interrupt workers

2012-04-19 Thread Chris Wilson
Rather than duplicate similar code across the IRQ installers, perform the initialisation of the workers upfront. This will lead to simpler teardown and quiescent code as we can assume that the workers have been initialised. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 14 +