[Intel-gfx] [PATCH] drm/i915: enable irqs earlier when resuming

2013-03-05 Thread Daniel Vetter
We need it to restore the ilk rc6 context, since the gpu wait no requires interrupts. But in general having interrupts around should help in code sanity, since more and more stuff is interrupt driven. This regression has been introduced in commit 3e9605018ab3e333d51cc90fccfde2031886763b Author:

Re: [Intel-gfx] [PATCH] drm/i915: enable irqs earlier when resuming

2013-03-05 Thread Chris Wilson
On Tue, Mar 05, 2013 at 09:50:58AM +0100, Daniel Vetter wrote: We need it to restore the ilk rc6 context, since the gpu wait no requires interrupts. But in general having interrupts around should help in code sanity, since more and more stuff is interrupt driven. This regression has been

Re: [Intel-gfx] [PATCH] drm/i915: enable irqs earlier when resuming

2013-03-05 Thread Daniel Vetter
On Tue, Mar 05, 2013 at 08:53:48AM +, Chris Wilson wrote: On Tue, Mar 05, 2013 at 09:50:58AM +0100, Daniel Vetter wrote: We need it to restore the ilk rc6 context, since the gpu wait no requires interrupts. But in general having interrupts around should help in code sanity, since more