]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Print debug message for a sink connected off request
authorImre Deak <imre.deak@intel.com>
Wed, 25 Feb 2026 16:46:14 +0000 (18:46 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 3 Mar 2026 15:49:09 +0000 (17:49 +0200)
commitd036488a24d3d7feb5b6f56a1b6b76854f54847c
treebf19531af827afe562c03cf9c4ee153fc8d80236
parenta4e50c53ccd81d91e435e1889f1b8291fac3580a
drm/i915/dp: Print debug message for a sink connected off request

So far the CONNECTED_OFF_ENTRY_REQUESTED request was accepted only
implicitly, by acking all the IRQs raised by the sink. Make this
explicit by printing a debug message.

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