✓ CI.checkpatch: success for drm/i915/dp: 128b/132b uncompressed SST

Patchwork patchwork at emeril.freedesktop.org
Fri Dec 13 12:54:01 UTC 2024


== Series Details ==

Series: drm/i915/dp: 128b/132b uncompressed SST
URL   : https://patchwork.freedesktop.org/series/142548/
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 caad8abd9fd04cc75a5fba4334170d2de41ce160
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Fri Dec 13 12:39:57 2024 +0200

    drm/i915/dp: compute config for 128b/132b SST w/o DSC
    
    Enable basic 128b/132b SST functionality without compression. Reuse
    intel_dp_mtp_tu_compute_config() to figure out the TU after we've
    determined we need to use an UHBR rate.
    
    It's slightly complicated as the M/N computation is done in different
    places in MST and SST paths, so we need to avoid trashing the values
    later for UHBR.
    
    If uncompressed UHBR fails, we drop to compressed non-UHBR, which is
    quite likely to fail as well. We still lack 128b/132b SST+DSC.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 8f7b64e137723da601f3c07d0cda22566cf994d5 drm-intel
287e78b994b3 drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw()
f4d4bc35ece0 drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
d61d8bc38b8c drm/i915/mst: drop connector parameter from intel_dp_mst_bw_overhead()
afbc0149fd7e drm/i915/mst: drop connector parameter from intel_dp_mst_compute_m_n()
f7fa98218c10 drm/i915/mst: change return value of mst_stream_find_vcpi_slots_for_bpp()
9ce08129e0fd drm/i915/mst: add helper independent of MST for figuring out the TU
5e0fd5955dbf drm/i915/ddi: enable 128b/132b TRANS_DDI_FUNC_CTL mode for UHBR SST
32c4b62eb893 drm/i915/ddi: 128b/132b SST also needs DP_TP_CTL_MODE_MST
674f54f1cf5a drm/i915/ddi: write payload for 128b/132b SST
53021f04e597 drm/i915/ddi: initialize 128b/132b SST DP2 VFREQ registers
a812805c6f0f drm/i915/ddi: enable ACT handling for 128b/132b SST
0561ae2c59e8 drm/i915/ddi: start distinguishing 128b/132b SST and MST at state readout
caad8abd9fd0 drm/i915/dp: compute config for 128b/132b SST w/o DSC




More information about the Intel-xe mailing list