drm/i915/dp: Read DPRX for all long HPD pulses
authorImre Deak <imre.deak@intel.com>
Tue, 20 Feb 2024 21:18:40 +0000 (23:18 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 27 Feb 2024 15:35:12 +0000 (17:35 +0200)
commita32f3a95413881b69c8dd319334927eb9519013c
tree83d69c09e834780e03cd8397d01470852bd6945a
parentfb687904aae27c8bf5b5f653c0bf72171bd43b41
drm/i915/dp: Read DPRX for all long HPD pulses

The TBT DP tunnel BW request logic in the Thunderbolt Connection Manager
depends on the GFX driver reading out the sink's DPRX capabilities in
response to a long HPD pulse. Since in i915 this read-out can be blocked
by another connector's/encoder's hotplug event handling (which is
serialized by drm_mode_config::connection_mutex), do a dummy DPRX read-out
in the encoder's HPD pulse handler (which is not blocked by other
encoders).

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240220211841.448846-21-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c