From: Jani Nikula Date: Sat, 5 Oct 2013 13:13:56 +0000 (+0300) Subject: drm/i915/dp: promote clock recovery failures to DRM_ERROR X-Git-Tag: v3.13-rc1~76^2~68^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3def84b34c80518cd0375440dde8ce690795b369;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed