commit | 96f3f1f905e9c4977220fa07477cd8a8ed4af4da | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Jul 06 15:10:02 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Aug 14 18:16:36 2015 +0200 |
tree | 1916fcf26f2f2776d38cc056148fb605e8bddbfe | |
parent | 840b32b7eda7837db6e0236293f71fc6644dedf8 [diff] |
drm/i915: Don't pass clock to DDI PLL select functions All the *_ddi_pll_select() functions get passed the port_clock and pipe config as parameters. We only need to pass the pipe config, and the functions can dig up the port_clock themselves. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>