commit | da3739070c9904e9f0c2f78e68049742140c581b | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Feb 07 19:32:18 2019 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 19 12:52:18 2019 +0200 |
tree | de57f2b571d7638cff156082d45d7e1f250e903f | |
parent | 4c5896dc4c671cc46035c40b2d80bf4f4ed1598e [diff] |
drm/i915: Don't pass crtc to intel_find_shared_dpll() Passing both crtc and its state is redundant. Pass just the state. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190207173230.22368-1-ville.syrjala@linux.intel.com Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>