commit | 430e05de7607911c9e5b872fc94b8416c153325e | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed May 11 22:44:47 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri May 13 21:31:18 2016 +0300 |
tree | a9ae037e99907d4a207181651a6fd6afc11517bd | |
parent | 760e1477260a1c83503f93c1fa3e94df81ba474d [diff] |
drm/i915: Extract skl_dpll0_disable() Make thins a bit easier to read by extracting the SKL DPLL0 disable into separate functions. We already have the enable counterpart. Down the line this will also help make the cdclk programming on SKL, BXT, and following platforms look rather consistent. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1462995892-32416-9-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>