✓ CI.checkpatch: success for drm/i915/dp: Fix potential infinite loop in 128b/132b SST
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 4 21:05:27 UTC 2025
== Series Details ==
Series: drm/i915/dp: Fix potential infinite loop in 128b/132b SST
URL : https://patchwork.freedesktop.org/series/144327/
State : success
== 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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 70b8f597eb9d9392bf558d3452b1f6d8eb12e274
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue Feb 4 17:49:25 2025 +0200
drm/i915/dp: Fix potential infinite loop in 128b/132b SST
Passing 0 as the step only works when there are other reasons to break
out of the BPP loop in intel_dp_mtp_tu_compute_config(). Otherwise, an
infinite loop might occur. Fix it by explicitly checking for 0 step.
Fixes: ef0a0757bbea ("drm/i915/dp: compute config for 128b/132b SST w/o DSC")
Reported-by: Imre Deak <imre.deak at intel.com>
Closes: https://lore.kernel.org/r/Z6I0knh2Kt5T0JrT@ideak-desk.fi.intel.com
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
Reviewed-by: Imre Deak <imre.deak at intel.com>
+ /mt/dim checkpatch ac87843456aa558a665df43aa62c03eaf7701bcb drm-intel
70b8f597eb9d drm/i915/dp: Fix potential infinite loop in 128b/132b SST
More information about the Intel-xe
mailing list