drm/i915/kbl: Don't WARN for expected secondary MISC IO power well request
authorImre Deak <imre.deak@intel.com>
Tue, 19 Apr 2016 10:00:36 +0000 (13:00 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 21 Apr 2016 16:34:56 +0000 (19:34 +0300)
commit80dbe9973afc6be722bb6dbc1a303f3a7aaa3e1f
treedd31e61fce4175aef89809ab2303bdb322bbfac8
parent00983519214b61c1b9371ec2ed55a4dde773e384
drm/i915/kbl: Don't WARN for expected secondary MISC IO power well request

In commit 5f304c873634 ("drm/i915/kbl: Reset secondary power well requests
left on by DMC/KVMR") I forgot about the fact that SKL==KBL most of the
time and that a secondary MISC IO power well request left on by the DMC is
"expected". Tune down the corresponding WARN to be a debug message. This
was caught by CI suspend tests.

CC: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Patrik Jakobsson <patrik.jakobsson@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461060036-19043-1-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_runtime_pm.c