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

Only those IRQs should be acked that are handled, however for SST all
IRQs triggered by the sink are acked. This can be a problem for flags
that are reserved/reading zero at a given moment, but become used for
some purpose - with a side-effect if set - in a future DPCD revision.

Fix the above by acking only those device service IRQs that will be
handled. While at it add asserts that only the known/acked device
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-20-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c