✗ CI.checkpatch: warning for drm/i915/mst: update max stream count to match number of pipes
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 26 14:46:14 UTC 2025
== Series Details ==
Series: drm/i915/mst: update max stream count to match number of pipes
URL : https://patchwork.freedesktop.org/series/145489/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 99a4b811f5fbd626d869a90555b251888b46d8dc
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Feb 26 15:56:26 2025 +0200
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 at vger.kernel.org
Cc: Imre Deak <imre.deak at intel.com>
Cc: Ville Syrjala <ville.syrjala at linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4a2f1c823287a84dc0bd46c5a93545dfe49967f2 drm-intel
99a4b811f5fb drm/i915/mst: update max stream count to match number of pipes
-:31: WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
More information about the Intel-xe
mailing list