]> 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)
commitb1cca4cd1d1e5360a48b358a4191555402d3e811
treeba2c47d35769b6ba7205aae86a3cc61cd589875e
parent7f17b6a665b4663250fda6c8019d9797ba5a468f
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