]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Reduce severity for fixing up mistaken VBT tc->legacy_port
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 30 Oct 2020 15:32:09 +0000 (15:32 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 30 Oct 2020 19:10:28 +0000 (19:10 +0000)
commit2d949774eabde2000c077d7d23d255bc25c83ee1
tree186360d00081a98b052dc421649ddef28cf48351
parent91e6bb5d166b7a89b2c1291826d7362082b961b0
drm/i915: Reduce severity for fixing up mistaken VBT tc->legacy_port

If the VBT assigned tc->legacy_port mismatches the live_status indicator
for the connector, we ignore the VBT directive and switch over to the HW
setting. This is not a driver error, unless we happen to misparse the
VBT or the live_status registers. However, for the system in CI where
the error is only reported on 1 port out of 4, the evidence indicates
the VBT is wrong. Stop flaging this as an error since the cause is
beyond our control, fixup the mistake and continue on.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201030153209.14808-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/display/intel_tc.c