diff mbox series

[2/2] drm/i915/display: support DP2.0 SDP split for DP-MST

Message ID 20230804150339.22012-3-vinod.govindapillai@intel.com (mailing list archive)
State New, archived
Headers show
Series DP2.0 SDP split | expand

Commit Message

Vinod Govindapillai Aug. 4, 2023, 3:03 p.m. UTC
Extend the DP2.0 SDP split for DP-MST configurations

Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c
index e3f176a093d2..a178c0c75d04 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_mst.c
+++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c
@@ -381,6 +381,9 @@  static int intel_dp_mst_compute_config(struct intel_encoder *encoder,
 	if (ret)
 		return ret;
 
+	/* Update the SDP split decision flag */
+	intel_dp_audio_compute_config(pipe_config, conn_state);
+
 	pipe_config->limited_color_range =
 		intel_dp_limited_color_range(pipe_config, conn_state);