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)
commit263a8cf1ff5ea63dc9f456829c310df35f0249aa
tree5f20939bc2e6d90cdf54490bad4ee89c52edf4ca
parent8c334f24e3b4484e059ede14144d16165bb85a20
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