Re: [PATCH v2 11/13] drm/i915: Add intel_uncore_suspend / resume functions

2017-01-28 Thread Hans de Goede
Hi, On 01/27/2017 02:45 PM, Ville Syrjälä wrote: On Mon, Jan 23, 2017 at 10:09:56PM +0100, Hans de Goede wrote: Rename intel_uncore_early_sanitize to intel_uncore_resume, dropping the (always true) restore_forcewake argument and add a new intel_uncore_resume function to replace the intel_uncore

Re: [PATCH v2 11/13] drm/i915: Add intel_uncore_suspend / resume functions

2017-01-27 Thread Ville Syrjälä
On Mon, Jan 23, 2017 at 10:09:56PM +0100, Hans de Goede wrote: > Rename intel_uncore_early_sanitize to intel_uncore_resume, dropping the > (always true) restore_forcewake argument and add a new intel_uncore_resume > function to replace the intel_uncore_forcewake_reset(dev_priv, false) > calls done

[PATCH v2 11/13] drm/i915: Add intel_uncore_suspend / resume functions

2017-01-23 Thread Hans de Goede
Rename intel_uncore_early_sanitize to intel_uncore_resume, dropping the (always true) restore_forcewake argument and add a new intel_uncore_resume function to replace the intel_uncore_forcewake_reset(dev_priv, false) calls done from the suspend / runtime_suspend functions and make intel_uncore_forc