drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking
authorImre Deak <imre.deak@intel.com>
Tue, 21 Sep 2021 00:23:10 +0000 (03:23 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 29 Sep 2021 20:57:57 +0000 (23:57 +0300)
commit38c393462d01d2746f9f91c1a6482fded2b1b8bb
treefa245053414dfc16889fea880a30c14c0f206f2f
parent8e8289a00e6360e0b340db05b7e16dfb5e7be067
drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking

While a TypeC port mode is locked a DISPLAY_CORE power domain reference
is held, which implies a runtime PM ref. By removing the ICL !legacy
port special casing, a TC_COLD_OFF power domain reference will be taken
for such ports, which also translates to a runtime PM ref on that
platform. A follow-up change will stop holding the DISPLAY_CORE power
domain while the port is locked.

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