Skip to content
Commit a5570fe5 authored by Chris Wilson's avatar Chris Wilson
Browse files

Revert "drm/i915/dp: Ratelimit DP aux timeout messages"



This reverts commit 7ee68603 "drm/i915/dp: Ratelimit DP aux timeout
messages" as although it successfully squelches the debug messages, when
it does so it generates a warning instead. CI lights up orange with all
the warnings!

In its current incarnation DRM_DEBUG_RATELIMITED is not usable for us,
and we need to first teach lib/ratelimit.c not to warn when used for
debug messages.

Fixes: 7ee68603 ("drm/i915/dp: Ratelimit DP aux timeout messages")
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Lyude <lyude@redhat.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Link: http://patchwork.freedesktop.org/patch/msgid/20170223115102.7059-1-chris@chris-wilson.co.uk


Acked-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
parent 08f5ba97
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment