OSDN Git Service

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)
commit70656900ab5c33cc5aff4dd45ca42087cdeb464b
treef7807cba46c309cc9d3e752fa15b45b62d20790c
parente3488e75b6d4d6dd2e9f43b1e1cb4bc11131c89a
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