drm/i915/mst: update max stream count to match number of pipes
authorJani Nikula <jani.nikula@intel.com>
Wed, 26 Feb 2025 13:56:26 +0000 (15:56 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 27 Feb 2025 10:11:20 +0000 (12:11 +0200)
commit15bccbfb78d63a2a621b30caff8b9424160c6c89
tree1ba94b3c2c17ac86f88609ab572975db14ade3c7
parentdb0d2d7572153490449e360d5ebf298badf5f395
drm/i915/mst: update max stream count to match number of pipes

We create the stream encoders and attach connectors for each pipe we
have. As the number of pipes has increased, we've failed to update the
topology manager maximum number of payloads to match that. Bump up the
max stream count to match number of pipes, enabling the fourth stream on
platforms that support four pipes.

Cc: stable@vger.kernel.org
Cc: Imre Deak <imre.deak@intel.com>
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250226135626.1956012-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dp_mst.c