✓ CI.checkpatch: success for drm/i915/dp: Fix determining SST/MST mode during MTP TU state computation
Patchwork
patchwork at emeril.freedesktop.org
Wed May 7 16:10:03 UTC 2025
== Series Details ==
Series: drm/i915/dp: Fix determining SST/MST mode during MTP TU state computation
URL : https://patchwork.freedesktop.org/series/148704/
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 c7837d3e3cbc4a026a12700b87ddd5e67837269a
Author: Imre Deak <imre.deak at intel.com>
Date: Wed May 7 18:19:53 2025 +0300
drm/i915/dp: Fix determining SST/MST mode during MTP TU state computation
Determining the SST/MST mode during state computation must be done based
on the output type stored in the CRTC state, which in turn is set once
based on the modeset connector's SST vs. MST type and will not change as
long as the connector is using the CRTC. OTOH the MST mode indicated by
the given connector's intel_dp::is_mst flag can change independently of
the above output type, based on what sink is at any moment plugged to
the connector.
Fix the state computation accordingly.
Cc: Jani Nikula <jani.nikula at intel.com>
Fixes: f6971d7427c2 ("drm/i915/mst: adapt intel_dp_mtp_tu_compute_config() for 128b/132b SST")
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4607
Signed-off-by: Imre Deak <imre.deak at intel.com>
Reviewed-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4f521146ae830688a534fa249e5ee37ae31b095a drm-intel
c7837d3e3cbc drm/i915/dp: Fix determining SST/MST mode during MTP TU state computation
More information about the Intel-xe
mailing list