]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/dsi: merge pre_pll_enable hook to pre_enable
authorJani Nikula <jani.nikula@intel.com>
Fri, 27 Nov 2015 10:21:44 +0000 (12:21 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 Nov 2015 10:45:25 +0000 (12:45 +0200)
commite3488e75b6d4d6dd2e9f43b1e1cb4bc11131c89a
tree10dcb70f53a0932616a9a9c7f89c667f06e60c0e
parentb13b8402523cb2717d4e9b9c39538b1fd48b29d5
drm/i915/dsi: merge pre_pll_enable hook to pre_enable

For DSI, the pre_pll_enable and the pre_enable hooks are called
back-to-back on all platforms that support DSI. The distinction is
artificial for DSI, for which we enable the DSI PLL in the encoder
hooks. Do everything in pre_enable, and remove DSI pre_pll_enable hook.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1448619706-21293-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dsi.c