All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/dp_mst: Disable Panel Replay
@ 2025-11-07 12:41 Imre Deak
  2025-11-07 13:54 ` Hogander, Jouni
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Imre Deak @ 2025-11-07 12:41 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: Jouni Högander, Animesh Manna, stable

Disable Panel Replay on MST links until it's properly implemented. For
instance the required VSC SDP is not programmed on MST and FEC is not
enabled if Panel Replay is enabled.

Fixes: 3257e55d3ea7 ("drm/i915/panelreplay: enable/disable panel replay")
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15174
Cc: Jouni Högander <jouni.hogander@intel.com>
Cc: Animesh Manna <animesh.manna@intel.com>
Cc: stable@vger.kernel.org # v6.8+
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 drivers/gpu/drm/i915/display/intel_psr.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
index 05014ffe3ce1d..54fc30cfad84c 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
@@ -626,6 +626,10 @@ static void _panel_replay_init_dpcd(struct intel_dp *intel_dp)
 	struct intel_display *display = to_intel_display(intel_dp);
 	int ret;
 
+	/* TODO: Enable Panel Replay on MST once it's properly implemented. */
+	if (intel_dp->mst_detect == DRM_DP_MST)
+		return;
+
 	ret = drm_dp_dpcd_read_data(&intel_dp->aux, DP_PANEL_REPLAY_CAP_SUPPORT,
 				    &intel_dp->pr_dpcd, sizeof(intel_dp->pr_dpcd));
 	if (ret < 0)
-- 
2.49.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-11-10 16:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 12:41 [PATCH] drm/i915/dp_mst: Disable Panel Replay Imre Deak
2025-11-07 13:54 ` Hogander, Jouni
2025-11-07 14:00 ` ✓ CI.KUnit: success for " Patchwork
2025-11-07 14:10 ` ✓ i915.CI.BAT: " Patchwork
2025-11-07 14:57 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-11-08  5:13 ` ✓ i915.CI.Full: success " Patchwork
2025-11-10 16:11   ` Imre Deak
2025-11-09  1:24 ` ✗ Xe.CI.Full: failure " Patchwork
2025-11-10 15:17   ` Imre Deak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.