]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dsi: Move disable pll call outside of clear_device_ready()
authorHans de Goede <hdegoede@redhat.com>
Thu, 1 Dec 2016 20:29:13 +0000 (21:29 +0100)
committerJani Nikula <jani.nikula@intel.com>
Fri, 23 Dec 2016 13:34:17 +0000 (15:34 +0200)
commite840fd31085220cdeabbeaab13d515e5b6aef004
tree1929069be6ba5c61b1ace0ce391af52ab82c4862
parentce2e87b4ce9a6c14b3f60756b58a6b5c77e083bd
drm/i915/dsi: Move disable pll call outside of clear_device_ready()

On enable intel_dsi_enable() directly calls intel_enable_dsi_pll(),
make intel_dsi_disable() also directly call intel_disable_dsi_pll(),
rather then hiding the call in intel_dsi_clear_device_ready(),
no functional changes.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161201202925.12220-7-hdegoede@redhat.com
drivers/gpu/drm/i915/intel_dsi.c