✗ CI.checkpatch: warning for Rework/Correction on minimum hblank calculation (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 23 10:56:27 UTC 2025
== Series Details ==
Series: Rework/Correction on minimum hblank calculation (rev4)
URL : https://patchwork.freedesktop.org/series/147360/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a825b443b34a04fe6f27472681c46507f6ab5018
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Wed Apr 23 15:07:40 2025 +0530
drm/i915/display: move min_hblank from dp_mst.c to dp.c
Minimum HBlank is programmed to address jitter for high resolutions with
high refresh rates that have small Hblank, specifically where Hblank is
smaller than one MTP.
TODO: Add the min_hblank calculation for hdmi as well.
v2: move from intel_audio.c to intel_dp.c
some correction in link_bpp_x16 (Imre)
v3: min_hblank for 8b/10b MST and 128b/132b SST/MST
handle error for intel_dp_mst_dsc_get_slice_count
reset min_hblank before disabling transcoder (Imre)
v4: compute link_bpp_x16 within compute_min_hblank,
return error in case of compute failure
call compute_min_hblank() before vrr_compute_config (Imre)
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch d6a6684585dd1c86a8ad88d592c73193482cf5a1 drm-intel
c0e1d6de12d6 drm/display/dp: Export fn to calculate link symbol cycles
a825b443b34a drm/i915/display: move min_hblank from dp_mst.c to dp.c
-:74: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#74: FILE: drivers/gpu/drm/i915/display/intel_dp.c:3108:
+int intel_dp_compute_min_hblank(struct intel_crtc_state *crtc_state,
+ struct drm_connector_state *conn_state,
-:104: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#104: FILE: drivers/gpu/drm/i915/display/intel_dp.c:3138:
+ dsc_slices = intel_dp_dsc_get_slice_count(connector,
+ adjusted_mode->crtc_clock,
total: 0 errors, 0 warnings, 2 checks, 234 lines checked
More information about the Intel-xe
mailing list