]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Fix power domain suspend sequence
authorImre Deak <imre.deak@intel.com>
Mon, 29 Feb 2016 20:49:02 +0000 (22:49 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 1 Mar 2016 17:10:56 +0000 (19:10 +0200)
commit5140f57d24af4ef28de2f44d18972249940abf24
treed157d501426df1484ab5ee432a0ad9a9e947822b
parent8713eb060d89b00801834210c8f5cca50a411688
drm/i915/skl: Fix power domain suspend sequence

During system suspend we need to first disable power wells then
unitialize the display core. In case power well support is disabled we
did this in the wrong order, so fix this up.

Fixes: c596cfbe ("drm/i915: fix handling of the disable_power_well module option")
CC: stable@vger.kernel.org
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/1456778945-5411-1-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_runtime_pm.c