commit | 2b73001e739d3db8474472b7e6585ef9ee4b946e | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri May 13 23:41:34 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon May 23 21:11:15 2016 +0300 |
tree | b663bd2cc0385c4d92af279e366eaac0df83dfb0 | |
parent | 709e05c3c46e866243f369a46ca5552a5c1e6b44 [diff] |
drm/i915: Extract bxt DE PLL enable/disable from broxton_set_cdclk() Enabling and disalbing the DE PLL are two nice self contained operations, so let's move them into a few small helper functions. Makes it easier to see the forest from the trees in broxton_set_cdclk(). Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1463172100-24715-16-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>