Skip to content

Commit 019899b

Browse files
committed
Merge tag 'drm-intel-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- DP MST fix (Jani) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/Z8ng8NjmRGiVcb5t@intel.com
2 parents ac3a75b + d1039a3 commit 019899b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/i915/display/intel_dp_mst.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,8 @@ intel_dp_mst_encoder_init(struct intel_digital_port *dig_port, int conn_base_id)
18671867
/* create encoders */
18681868
mst_stream_encoders_create(dig_port);
18691869
ret = drm_dp_mst_topology_mgr_init(&intel_dp->mst_mgr, display->drm,
1870-
&intel_dp->aux, 16, 3, conn_base_id);
1870+
&intel_dp->aux, 16,
1871+
INTEL_NUM_PIPES(display), conn_base_id);
18711872
if (ret) {
18721873
intel_dp->mst_mgr.cbs = NULL;
18731874
return ret;

0 commit comments

Comments
 (0)