]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dp: Ack only the handled link service IRQs
authorImre Deak <imre.deak@intel.com>
Wed, 25 Feb 2026 16:46:18 +0000 (18:46 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 3 Mar 2026 15:49:11 +0000 (17:49 +0200)
commit7dc457ace829e2e3efb1503afe992b5f217387c0
tree3c203c492b23c99df635897bbd41597a96362c1f
parent683853b166f051eba43088092d4d1d85cd8ac3cd
drm/i915/dp: Ack only the handled link service IRQs

Ack only those SST link service IRQs that will be handled, similarly to
device service IRQs. While at it add asserts that only the known/acked
link service IRQs are handled both in the MST and SST case.

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