✓ CI.checkpatch: success for Rework/Correction on minimum hblank calculation (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 24 14:59:58 UTC 2025
== Series Details ==
Series: Rework/Correction on minimum hblank calculation (rev6)
URL : https://patchwork.freedesktop.org/series/147360/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a854796ef51bcb995282b27e1f09b1123bc19184
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Thu Apr 24 13:52:30 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)
v5: readout MIN_HBLAN reg for Xe3+
Reviewed-by: Imre Deak <imre.deak at intel.com>
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch 6176f71822602f52bc4327965090275c5570ed0d drm-intel
dcb31d3e5b87 drm/display/dp: Export fn to calculate link symbol cycles
a854796ef51b drm/i915/display: move min_hblank from dp_mst.c to dp.c
More information about the Intel-xe
mailing list