commit | 036f8d567b6c64dc1063c2f768b67073f694d251 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Mar 08 19:57:24 2019 -0800 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Mar 15 09:24:48 2019 -0700 |
tree | ad7f3ee4f07c96236f1212be1d406fae6be29fbd | |
parent | d2ab5ebf46b4b2c71e94cc08e098b0686cb9db18 [diff] |
drm/i915/icl: split pll enable in three steps Create separate functions to 1) enable power, 2) write pll config, and 3) enable pll. Doing this it makes it easier to share the functions for the different PLL types by passing the right arguments. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190309035727.25389-3-lucas.demarchi@intel.com