]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Reprobe connector if getting/acking device IRQs fails
authorImre Deak <imre.deak@intel.com>
Wed, 25 Feb 2026 16:46:09 +0000 (18:46 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 3 Mar 2026 15:49:06 +0000 (17:49 +0200)
commit288b3c518fa3e00d715c9295624dff6184735139
treeb0b0f9162202f2a37747ee3649e50f273afdc2a4
parentfbb003f8f722a0c7c8f409973d59dfcc8a54578c
drm/i915/dp: Reprobe connector if getting/acking device IRQs fails

An AUX access failure during HPD IRQ handling should be handled by
falling back to a full connector detection, ensure that if the failure
happens while reading/acking a device service IRQ.

v2: Document intel_dp_check_device_service_irq()'s return value.
    (Jani, Luca)

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Luca Coelho <luciano.coelho@intel.com>
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260225164618.1261368-12-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c