Re: [Intel-gfx] [PATCH] drm/i915: Periodically sanity check power management

2012-05-03 Thread Daniel Vetter
On Thu, Apr 26, 2012 at 11:28:42AM +0100, Chris Wilson wrote: Every time we use the device after a period of idleness, check that the power management setup is still sane. This is to workaround a bug whereby it seems that we begin suppressing power management interrupts, preventing

[Intel-gfx] [PATCH] drm/i915: Periodically sanity check power management

2012-04-26 Thread Chris Wilson
Every time we use the device after a period of idleness, check that the power management setup is still sane. This is to workaround a bug whereby it seems that we begin suppressing power management interrupts, preventing SandyBridge+ from going into turbo mode. This patch does have a side-effect.