drm/i915/bxt: Suspend power domains during suspend-to-idle
authorImre Deak <imre.deak@intel.com>
Fri, 1 Apr 2016 13:02:38 +0000 (16:02 +0300)
committerImre Deak <imre.deak@intel.com>
Fri, 15 Apr 2016 11:46:54 +0000 (14:46 +0300)
commita7c8125f464ce798fe0962e0fd837802e7bf28cc
tree12a56491264589ff09999b9479d62d9676c24415
parentbfcdabe888af718b917a8b871f3cdce0ebed3c35
drm/i915/bxt: Suspend power domains during suspend-to-idle

On SKL/KBL suspend-to-idle (aka freeze/s0ix) is performed with DMC
firmware assistance where the target display power state is DC6. On
Broxton on the other hand we don't use the firmware for this, but rely
instead on a manual DC9 flow. For this we have to uninitialize the
display following the BSpec display uninit sequence, just as during
S3/S4, so make sure we follow this sequence.

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/1459515767-29228-8-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/i915_drv.c