✗ CI.checkpatch: warning for drm/i915/dp: Guarantee a minimum HBlank time (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 11 10:01:27 UTC 2024
== Series Details ==
Series: drm/i915/dp: Guarantee a minimum HBlank time (rev4)
URL : https://patchwork.freedesktop.org/series/139268/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 479b896c2266343cc4e22cafff4cb3e4887c7e3a
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Mon Nov 11 14:56:08 2024 +0530
drm/i915/dp: Guarantee a minimum HBlank time
Mandate a minimum Hblank symbol cycle count between BS and BE in 8b/10b
MST and 12b/132b mode.
Spec: DP2.1a
v2: Affine calculation/updation of min HBlank to dp_mst (Jani)
v3: moved min_hblank from struct intel_dp to intel_crtc_state (Jani)
v4: use max/min functions, change intel_xx *intel_xx to intel_xx *xx
(Jani)
Limit hblank to 511 and accomodate BS/BE in calculated value
(Srikanth)
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch 3f866f737f2b5b35056783cd2b8bce2c1b00ab47 drm-intel
479b896c2266 drm/i915/dp: Guarantee a minimum HBlank time
-:14: WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'?
#14:
Limit hblank to 511 and accomodate BS/BE in calculated value
^^^^^^^^^^
-:66: WARNING:LONG_LINE: line length of 121 exceeds 100 columns
#66: FILE: drivers/gpu/drm/i915/display/intel_dp_mst.c:179:
+ hblank = DIV_ROUND_UP((DIV_ROUND_UP(adjusted_mode->htotal - adjusted_mode->hdisplay, 4) * bpp_x16), symbol_size);
-:113: WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#113: FILE: drivers/gpu/drm/i915/i915_reg.h:3490:
+#define DP_MIN_HBLANK_CTL(trans) _MMIO_TRANS(trans, _DP_MIN_HBLANK_CTL_A, _DP_MIN_HBLANK_CTL_B)
total: 0 errors, 3 warnings, 0 checks, 77 lines checked
More information about the Intel-xe
mailing list