]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dp: Return early if getting/acking device service IRQs fails
authorImre Deak <imre.deak@intel.com>
Wed, 25 Feb 2026 16:46:11 +0000 (18:46 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 3 Mar 2026 15:49:07 +0000 (17:49 +0200)
commit8a21e77c6bfa0a2c6a4e8961fd668906409d0684
tree5320036c0c0d997b6904299772da9628d8b7f4eb
parent81e4161dd8f6d3de61392041441df2214d81cc6f
drm/i915/dp: Return early if getting/acking device service IRQs fails

If getting/acking the device 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-14-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c