drm/i915/tc: Remove waiting for PHY complete during releasing ownership
authorImre Deak <imre.deak@intel.com>
Tue, 21 Sep 2021 00:23:03 +0000 (03:23 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 29 Sep 2021 20:57:25 +0000 (23:57 +0300)
commit62e1e308ffd7a867ef82375f3cff7f8789ce6721
treee1737c155cb8d7db94ebd6a8429a36acdac8dc74
parent4f7dad584fdce914d698233179a1188481789884
drm/i915/tc: Remove waiting for PHY complete during releasing ownership

Waiting for the PHY complete flag to clear when releasing the PHY
ownership was add in

commit ddec362724f9 ("drm/i915: Wait for TypeC PHY complete flag to clear in safe mode")

This isn't required by the spec, the vague idea was to make the
handshake with the firmware more robust, without actual evidence for
when it would be needed. Checking this again, the flag doesn't clear on
ICL until after the PHY's PLL is disabled and the flag is permanently
set on ADL-P. To avoid the spurious timeout messages in dmesg, just
remove this wait.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210921002313.1132357-4-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_tc.c