]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/pfit: Check pfit destination window on ILK-BDW
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 16 Oct 2024 14:31:31 +0000 (17:31 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Oct 2024 15:21:42 +0000 (18:21 +0300)
commit08208a4f477405e03e202ec577c42783850f62a4
treecace1e7f3788688aae840619f60ce89ccb7b7ffd
parent07a3b10ff397d2f3f510a08bacb2ee8780167392
drm/i915/pfit: Check pfit destination window on ILK-BDW

The ILK-BDW panel fitter has several restrictions on the
destination window size. Check for those and reject the
configuration if things aren't entirely proper.

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