✗ CI.checkpatch: warning for drm/display/dp: Use static values for min_hblank
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 24 14:24:23 UTC 2025
== Series Details ==
Series: drm/display/dp: Use static values for min_hblank
URL : https://patchwork.freedesktop.org/series/150680/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a1235c35ecc5402017969a0dfe4f6385eef67c5a
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Tue Jun 24 14:48:26 2025 +0530
drm/display/dp: Use static values for min_hblank
Use recommended static values as per wa_14021694213 for min_hblank to
avoid underruns.
Bspec: 74379
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch fb5dada21e3cfa26179ca58e1d7c26cdad217201 drm-intel
a1235c35ecc5 drm/display/dp: Use static values for min_hblank
-:83: CHECK:BRACES: braces {} should be used on all arms of this statement
#83: FILE: drivers/gpu/drm/i915/display/intel_dp.c:3123:
+ if (intel_dp_is_uhbr(crtc_state)) {
[...]
+ } else
[...]
-:90: CHECK:BRACES: Unbalanced braces around else statement
#90: FILE: drivers/gpu/drm/i915/display/intel_dp.c:3130:
+ } else
total: 0 errors, 0 warnings, 2 checks, 78 lines checked
More information about the Intel-xe
mailing list