✓ CI.checkpatch: success for drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 11 15:01:41 UTC 2024
== Series Details ==
Series: drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
URL : https://patchwork.freedesktop.org/series/142421/
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 411f14b3190b1fda4ce5c0f18a76078221f9100c
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Dec 11 16:43:10 2024 +0200
drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
There's a lot of duplication between mst_stream_compute_config_limits()
and intel_dp_compute_config_limits(). Adjust the latter to suit the
needs of the former, and use the same function for both. This reduces
duplication and highlights the differences for SST and MST and UHBR.
Remove the kernel-doc for intel_dp_compute_config_link_bpp_limits()
which now becomes static.
Cc: Imre Deak <imre.deak at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 64679a558442b0191dff88abe841d13ee7e0b229 drm-intel
411f14b3190b drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
More information about the Intel-xe
mailing list