drm/i915/display: Wait for PHY readiness not needed for disabling sequence
authorMika Kahola <mika.kahola@intel.com>
Tue, 12 Dec 2023 11:51:30 +0000 (13:51 +0200)
committerMika Kahola <mika.kahola@intel.com>
Wed, 13 Dec 2023 07:54:20 +0000 (09:54 +0200)
commit3203009fe58d407a150e1116d6900d6ddbbaa542
tree678830f9b6d2f46c46c487cb906eddcf6bcbb864
parentbaf31a20fa7f3538d68ffa5262a715eb1d699cdd
drm/i915/display: Wait for PHY readiness not needed for disabling sequence

When going through the disconnection flow we don't need to wait for PHY
readiness and hence we can skip the wait part. For disabling the function
returns false as an indicator that the power is not enabled. After all,
we are not even using the return value when Type-C is disconnecting.

v2: Cleanup for increased readibility (Imre)

BSpec: 65380

For VLK-53734

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