]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Remove LVDS and PPS suspend time save/restore
authorImre Deak <imre.deak@intel.com>
Wed, 10 Aug 2016 11:07:34 +0000 (14:07 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 10 Aug 2016 13:02:14 +0000 (16:02 +0300)
commiteebb40e0814fe20dba2ccb899557521cbf423711
tree7a94b7e44bb12b163ed745f46ad2908d26a10b4a
parent8090ba8c216ff75c32ecb85c41adf3c5126d8a92
drm/i915: Remove LVDS and PPS suspend time save/restore

In the preceding patches we made sure that:
- the LVDS encoder takes care of reiniting both the LVDS register
and its PPS
- the eDP encoder takes care of reiniting its PPS
- the PPS register unlocking workaround is applied explicitly whenever
the PPS context is lost

Based on the above we can safely remove the opaque LVDS and PPS save /
restore from generic code.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470827254-21954-6-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_suspend.c