]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/tc: Do not warn when aux power well of static TC ports timeout
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 14 Apr 2020 19:49:56 +0000 (12:49 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Fri, 17 Apr 2020 22:01:34 +0000 (15:01 -0700)
commit4d4566dcd193cab801118748840ca43abc8d3eca
treeba2c47d35769b6ba7205aae86a3cc61cd589875e
parente6f9bc4aaba2f35d333ad9a44be2635c785531fa
drm/i915/tc: Do not warn when aux power well of static TC ports timeout

This is a expected timeout of static TC ports not conneceted, so
not throwing warnings that would taint CI.

v3:
- moved checks to tc_phy_aux_timeout_expected()

v4:
- moved and add comments to tc_phy_aux_timeout_expected()

v5:
- only checking tc_legacy_port for TC ports

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