✓ CI.checkpatch: success for drm/i915/dp_mst: Fix getting display pointer in intel_dp_mst_compute_min_hblank()
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 6 01:23:38 UTC 2025
== Series Details ==
Series: drm/i915/dp_mst: Fix getting display pointer in intel_dp_mst_compute_min_hblank()
URL : https://patchwork.freedesktop.org/series/144388/
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 84f1baafc7e080d28a44edafa8b2163e32f15020
Author: Imre Deak <imre.deak at intel.com>
Date: Thu Feb 6 02:17:26 2025 +0200
drm/i915/dp_mst: Fix getting display pointer in intel_dp_mst_compute_min_hblank()
The MST intel_connector::encoder pointer is NULL if the connector hasn't
been enabled before, so it can't be used to retrieve the display
pointer. Use instead the crtc_state and drop the unused connector
parameter.
v2: Use the crtc_state and drop the unused connector parameter.
Fixes: a5ebe00c2ace ("drm/i915/dp: Guarantee a minimum HBlank time")
Reported-and-tested-by: Khaled Almahallawy <khaled.almahallawy at intel.com>
Closes: https://lore.kernel.org/all/16754ee4cd21d99c1e81c5953134b496dd07630f.camel@intel.com
Reviewed-by: Khaled Almahallawy <khaled.almahallawy at intel.com> #v1
Cc: Arun R Murthy <arun.r.murthy at intel.com>
Cc: Suraj Kandpal <suraj.kandpal at intel.com>
Signed-off-by: Imre Deak <imre.deak at intel.com>
+ /mt/dim checkpatch 7a632b6798b6a05b63725249e3209afea13ea499 drm-intel
84f1baafc7e0 drm/i915/dp_mst: Fix getting display pointer in intel_dp_mst_compute_min_hblank()
More information about the Intel-xe
mailing list