commit | a8ca49345253923059df2663f48e72039095f63e | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri May 13 23:41:23 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon May 23 21:11:11 2016 +0300 |
tree | 8579c021b88ef0842fc2b6ce0ab805ec5a48ebe8 | |
parent | 14d41b3b0e2ffbed309e68c87031986016d7bcac [diff] |
drm/i915: Extract skl_calc_cdclk() We have many places where we want to pick a suitable cdclk frequency for skl based on the dotclock and lcpll vco. Split that code into a small helper and call it from all over. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1463172100-24715-5-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>