[Intel-gfx] [PATCH 2/2] drm/i915/display: support DP2.0 SDP split for DP-MST
Vinod Govindapillai
vinod.govindapillai at intel.com
Fri Aug 4 15:03:39 UTC 2023
Extend the DP2.0 SDP split for DP-MST configurations
Signed-off-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
---
drivers/gpu/drm/i915/display/intel_dp_mst.c | 3 +++
1 file changed, 3 insertions(+)
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);
--
2.34.1
More information about the Intel-gfx
mailing list