]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Tune down WARN about incorrect VBT TC legacy flag
authorImre Deak <imre.deak@intel.com>
Thu, 2 May 2019 10:17:54 +0000 (13:17 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 2 May 2019 20:02:40 +0000 (23:02 +0300)
commit8437f22a77dce7fee0289a52d6ad04554460ff48
tree5f20939bc2e6d90cdf54490bad4ee89c52edf4ca
parent0598f3af5004c413f863c9fc088402c895bcb125
drm/i915: Tune down WARN about incorrect VBT TC legacy flag

Looks like VBT contains again the wrong information about a port's TypeC
legacy vs. DP-alt/TBT-alt type. There is no further issues after we
notice this and fix it up, so tune down the WARN to be a a DRM_ERROR.

This also avoids CI tainting the kernel and stopping the test run.

v2:
- Update also code coment accordingly. (Jani)

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110578
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190502101754.29219-1-imre.deak@intel.com
drivers/gpu/drm/i915/intel_dp.c