]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/dp: Ratelimit DP aux timeout messages
authorLyude <lyude@redhat.com>
Thu, 23 Feb 2017 03:31:02 +0000 (22:31 -0500)
committerLyude <lyude@redhat.com>
Thu, 23 Feb 2017 03:46:30 +0000 (22:46 -0500)
commit7ee686034b8b008f19bfd913473acffc1ad51735
treedcddc4baf1e66c8d44f1195f854630b9bc769260
parentd59b21ec6f33b6df7933e86b9906e9f4ee9b218d
drm/i915/dp: Ratelimit DP aux timeout messages

Right now this is just leaving a lot of spam in dmesg that makes real
issues more difficult to debug. As well (as noted by the comment right
above the DRM_DEBUG_KMS() call) this is normal behavior when there's
nothing connected to the DisplayPort connector.

Signed-off-by: Lyude <lyude@redhat.com>
drivers/gpu/drm/i915/intel_dp.c