]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/adlp+/dp_mst: Align slave transcoder enabling with spec wrt. DDI function
authorImre Deak <imre.deak@intel.com>
Wed, 30 Oct 2024 19:23:10 +0000 (21:23 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 6 Nov 2024 16:13:31 +0000 (18:13 +0200)
commit734148a1d8d1ff00b1f31a44f20bf013f820e8e0
tree91a38659ef611a20fdc089f69077da92ead1fa9c
parente203443c3a3fdfceeca161b78c93798bda83ebcc
drm/i915/adlp+/dp_mst: Align slave transcoder enabling with spec wrt. DDI function

On ADLP+ during modeset enabling configure the DDI function without
enabling it for MST slave transcoders before programming the data and
link M/N values. The DDI function gets enabled separately later in the
transcoder enabling sequence.

Align the code with the spec based on the above.

v2: Move this patch earlier in the series, addressing the DP2
    config fixes for all ADLP+ platforms later.

Bspec: 55424, 54128, 65448, 68849
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241030192313.4030617-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c