drm/i915: Split out dg2_crtc_compute_clock()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Mar 2022 12:32:00 +0000 (14:32 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 25 Apr 2022 18:06:59 +0000 (21:06 +0300)
commit3bb9e25767ba786f240c419cc1db39d01232fa0a
tree9b3a9c47a5c46d136243273da835ed8d92c9c5e0
parente2f5f399af316204656caf072d60ac19f4c978fc
drm/i915: Split out dg2_crtc_compute_clock()

DG2 doesn't currently used the shared_dpll stuff so let's just
split it out from hsw_crtc_compute_clock() entirely.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220325123205.22140-9-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dpll.c