[SRU][R][PATCH 03/22] drm/i915/dp_mst: Reprobe connector if the IRQ ESI read failed
Werner Sembach
wse at tuxedocomputers.com
Tue Aug 4 22:18:29 UTC 2026
From: Imre Deak <imre.deak at intel.com>
An AUX access failure during HPD IRQ handling should be handled by
falling back to a full connector detection, do so.
Reviewed-by: Luca Coelho <luciano.coelho at intel.com>
Signed-off-by: Imre Deak <imre.deak at intel.com>
Link: https://patch.msgid.link/20260225164618.1261368-2-imre.deak@intel.com
Signed-off-by: Werner Sembach <wse at tuxedocomputers.com>
---
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index f8923a5496e55..5c6fd09ff8177 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -5384,7 +5384,7 @@ intel_dp_check_mst_status(struct intel_dp *intel_dp)
if (!intel_dp_get_sink_irq_esi(intel_dp, esi)) {
drm_dbg_kms(display->drm,
"failed to get ESI - device may have failed\n");
- link_ok = false;
+ reprobe_needed = true;
break;
}
--
2.43.0
More information about the kernel-team
mailing list