✗ CI.checkpatch: warning for drm/i915/dp: Fix 128b/132b modeset issues
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 17 22:43:30 UTC 2025
== Series Details ==
Series: drm/i915/dp: Fix 128b/132b modeset issues
URL : https://patchwork.freedesktop.org/series/144983/
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 d956ca9c8419812b2abc20f0caf1a02d55d7966f
Author: Imre Deak <imre.deak at intel.com>
Date: Tue Feb 18 00:38:28 2025 +0200
drm/i915/dp: Fix disabling the transcoder function in 128b/132b mode
During disabling the transcoder in DP 128b/132b mode (both in case of an
MST master transcoder and in case of SST) the transcoder function must
be first disabled without changing any other field in the register (in
particular leaving the DDI port and mode select fields unchanged) and
clearing the DDI port and mode select fields separately, later during
the disabling sequences. Fix the sequence accordingly.
Bspec: 54128, 65448, 68849
Cc: Jani Nikula <jani.nikula at intel.com>
Fixes: 79a6734cd56e ("drm/i915/ddi: disable trancoder port select for 128b/132b SST")
Signed-off-by: Imre Deak <imre.deak at intel.com>
+ /mt/dim checkpatch c282b8face163244076dac30e4c9ffd74dc89044 drm-intel
33b956e2ce8e drm/i915/dp: Fix error handling during 128b/132b link training
-:55: WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?
total: 0 errors, 1 warnings, 0 checks, 27 lines checked
d956ca9c8419 drm/i915/dp: Fix disabling the transcoder function in 128b/132b mode
More information about the Intel-xe
mailing list