drm/radeon/dp_auxch: Ratelimit aux transfer debug messages
authorLyude <lyude@redhat.com>
Wed, 22 Feb 2017 21:34:53 +0000 (16:34 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:21 +0000 (23:53 -0400)
commit92c177b7947d9c889ea7b024871445015ea74221
treeb9e9c1e22f8af979b7b323366506e83760a23a5e
parent7bb0613ebbbcf928364e51aee99088618f8d1b70
drm/radeon/dp_auxch: Ratelimit aux transfer debug messages

Aux transfers always fail with non-zero status flags when there's
nothing connected on the port, so we don't usually need to see all of
the debugging information from it. Also, we try reprobing a -lot-, so
without ratelimiting most of the kernel log is filled up with messages
from radeon_dp_aux_transfer_native.

Signed-off-by: Lyude <lyude@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_dp_auxch.c