Message ID | 20110518085802.03ac1383@jbarnes-desktop (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Jesse Barnes writes:
> Please try this patch.
Works a treat, as does the one that Keith merged into drm-intel-next.
Thanks for the speedy patch!
-Ted
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index 349a03e..e0aed1e 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c @@ -1736,6 +1736,7 @@ void ironlake_irq_preinstall(struct drm_device *dev) INIT_WORK(&dev_priv->hotplug_work, i915_hotplug_work_func); INIT_WORK(&dev_priv->error_work, i915_error_work_func); + INIT_WORK(&dev_priv->rps_work, gen6_pm_rps_work); I915_WRITE(HWSTAM, 0xeffe);