]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/pfit: Check pfit scaling factors on ILK-BDW
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 16 Oct 2024 14:31:27 +0000 (17:31 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Oct 2024 15:18:46 +0000 (18:18 +0300)
commit8aa0e5171989c73a92296939e631c57ae2a5ae4f
treea8887e86d46f37e99fb3a85dcb7e0bf9f5abb5e3
parentb82adfca1969e885d971577c57c5444494447e87
drm/i915/pfit: Check pfit scaling factors on ILK-BDW

Make sure we're not exceeding the max scaling factors for the panel
fitter on ILK-BDW. SKL+ is skipped here since this is all supposed to
be handled by the unified scaler code.

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