drm/i915: Extract intel_splitter_adjust_timings()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Feb 2022 13:13:07 +0000 (15:13 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Feb 2022 17:08:33 +0000 (19:08 +0200)
commita8c0109c520092115fabdfa5dae340a7590b201a
tree3234dddfb3874b71ee0b44fb84a7b70f579110d1
parent3dda9ee49ea5d332359ca372728ee13e570b7e04
drm/i915: Extract intel_splitter_adjust_timings()

Let's not replicate the same piece of code to expand
the MSO segment timings to full width in many places.
Pull it into a helper

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