Re: [Intel-gfx] [PATCH 2/5] drm/i915/skl: Don't disable misc IO power well during display uninit

2017-06-29 Thread Rodrigo Vivi
Indeed very clear there... I don't know how did this never caused any big trouble... Reviewed-by: Rodrigo Vivi On Thu, Jun 29, 2017 at 8:36 AM, Imre Deak wrote: > Bspec requires leaving the misc IO power well enabled during display > uninit, so align the code accordingly. > > Signed-off-by: Imr

[Intel-gfx] [PATCH 2/5] drm/i915/skl: Don't disable misc IO power well during display uninit

2017-06-29 Thread Imre Deak
Bspec requires leaving the misc IO power well enabled during display uninit, so align the code accordingly. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_runtime_pm.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/d