]> git.baikalelectronics.ru Git - kernel.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)
commit4720cde4ef5d2b309f3346913494f55ec823800f
tree10dcb70f53a0932616a9a9c7f89c667f06e60c0e
parent4ab6359d5979b414c168826aecb8fe75984651da
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