]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/scaler: Carve up intel_atomic_setup_scalers()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Nov 2024 12:26:56 +0000 (14:26 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 Nov 2024 22:07:09 +0000 (00:07 +0200)
commit02cd59fb4e978b6de7692f1487cd63334ddee9ec
treefb829cc5319a7dd175e7a26f63c19503e8982896
parent3360d4d6d42ab3bf0eb38fc1ffde2078a2334d8e
drm/i915/scaler: Carve up intel_atomic_setup_scalers()

Declutter intel_atomic_setup_scalers() a bit by splitting
the crtc scaling/pfit vs. plane scaling cases into their
own functions.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241107122658.21901-7-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/skl_scaler.c