drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks
authorImre Deak <imre.deak@intel.com>
Thu, 23 Mar 2023 14:20:22 +0000 (16:20 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 3 Apr 2023 08:35:31 +0000 (11:35 +0300)
commit976a368b7198bf666ad3d273e10ed82b3713af3b
tree39960875c3fb02cae4c62f972929880690929288
parente0b1ef58d98ae0feba98190c9faf192aabceb811
drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks

Move blocking/unblocking the TC-cold power state to the platform
specific PHY connect / disconnect hooks. This allows for adjusting the
connect/disconnect sequence as required for each platform.

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-17-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_tc.c