]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove pre_pll_enable hook from DDI/gen9+ crtc enable
authorJani Nikula <jani.nikula@intel.com>
Fri, 27 Nov 2015 10:21:45 +0000 (12:21 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 Nov 2015 10:51:49 +0000 (12:51 +0200)
commit5904466f340bc396ab8c3d4e59b563b4663f516e
treef7807cba46c309cc9d3e752fa15b45b62d20790c
parent127df7cdf2ad968d2042f82ea55af25375ef6b83
drm/i915: remove pre_pll_enable hook from DDI/gen9+ crtc enable

The hook was added to cater for DSI, but with the hooks rearranged on
the DSI encoder side, this is no longer needed. It was a bit silly
anyway to have two hooks called back-to-back.

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-2-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_display.c