]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dp: promote clock recovery failures to DRM_ERROR
authorJani Nikula <jani.nikula@intel.com>
Sat, 5 Oct 2013 13:13:56 +0000 (16:13 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Oct 2013 10:46:57 +0000 (12:46 +0200)
commit28d12e2a8c7d0c0fdb271949e13296ffd6fa16f6
tree33e181a8ef439884b3e2baa9cdb5ed180c40fa7c
parent7a7a98ac3f2ed9f00622412690105a3a549203cd
drm/i915/dp: promote clock recovery failures to DRM_ERROR

If channel equalization succeeds, there's no indication something went
wrong in clock recovery (unless debug is enabled). We should shout about
the failures and fix them instead of hiding them under the carpet.

This has allowed bugs like [1] stay dormant for a long time.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=70117

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c