]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Tune down WARNs about TBT AUX power well enabling
authorImre Deak <imre.deak@intel.com>
Fri, 28 Jun 2019 14:36:14 +0000 (17:36 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 1 Jul 2019 11:48:45 +0000 (14:48 +0300)
commit92dffe1d05e0c408cdc98e4f47ef3857b3088584
treec370e27c10cae37b784fac7c454ac965a478de52
parent5265e4f6184f573997e09e22f9740d98042ae878
drm/i915: Tune down WARNs about TBT AUX power well enabling

The HW completion flag for the TBT AUX power well enabling/disabling
gets stuck if the firmware tears down the TBT DP tunnel before the
completion.

We shouldn't complain about the timeout, since it's expected to happen
and doesn't cause further issues. We suppress the disabling timeout
already, do the same for enabling.

v2:
- Make the debug message more precise. (José)

Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.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/20190628143635.22066-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_power.c