drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()
authorImre Deak <imre.deak@intel.com>
Thu, 23 Mar 2023 14:20:30 +0000 (16:20 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 3 Apr 2023 08:35:31 +0000 (11:35 +0300)
commitebcabb8b15708023b71b7044fdf928454613d118
tree6e351ea030431a131f10f21d3f8e66b6f016eea3
parent8979918af711b057620c7c5f9d29a0043f927753
drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()

Connecting the PHY for connector probing - also blocking TC-cold - isn't
required and has some overhead. Taking only the mutex is sufficient, so
do that.

Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230323142035.1432621-25-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_tc.c