]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dp: Return early if getting/ackink link service IRQs fails
authorImre Deak <imre.deak@intel.com>
Wed, 25 Feb 2026 16:46:12 +0000 (18:46 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 3 Mar 2026 15:49:08 +0000 (17:49 +0200)
commit7b05655171c217d61a95838cac19deb702b166b4
tree6ef859ecb1c5b8ecca0b94ebdc290f5ac03d660b
parent8a21e77c6bfa0a2c6a4e8961fd668906409d0684
drm/i915/dp: Return early if getting/ackink link service IRQs fails

If getting/acking the link service IRQs fail, the short HPD handler
should bail out, falling back to a full connector detection as in case
of any AUX access failures during the HPD handling. Do this by
separating the getting/acking and handling steps of the IRQs.

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