drm/i915: Extract intel_crtc_compute_pipe_src()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Feb 2022 13:13:09 +0000 (15:13 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Feb 2022 17:08:44 +0000 (19:08 +0200)
commit9c1197a0f82d4a8a32e29ba4c3c044b5057376c3
tree4befcaa39f2f4ef2d1454e228a91c60c76090b3f
parent0338ba69234be65d2afd518c9ed7ee81c39e52e8
drm/i915: Extract intel_crtc_compute_pipe_src()

intel_crtc_compute_config() doesn't really tell a unified story.
Let's chunk it up into pieces. We'll start with
intel_crtc_compute_pipe_src().

Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220223131315.18016-8-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c