drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P
authorJani Nikula <jani.nikula@intel.com>
Thu, 12 Aug 2021 13:23:54 +0000 (16:23 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 13 Aug 2021 13:56:35 +0000 (16:56 +0300)
commitf6864b27d6d324771d979694de7ca455afbad32a
treec12fd702f7a4921e157735c9d2b34ab387050d92
parent55285e21f04517939480966164a33898c34b2af2
drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P

ADL-P supports stream splitter on pipe B in addition to pipe A. Update
the sanity check in intel_ddi_mso_get_config() to reflect this, and
remove the check in intel_ddi_mso_configure() as redundant with
encoder->pipe_mask. Abstract the splitter pipe mask to a single point of
truth while at it to avoid similar mistakes in the future.

Fixes: 7bc188cc2c8c ("drm/i915/adl_p: enable MSO on pipe B")
Cc: Uma Shankar <uma.shankar@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Tested-by: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210812132354.10885-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c