commit | 92c177b7947d9c889ea7b024871445015ea74221 | [log] [tgz] |
---|---|---|
author | Lyude <lyude@redhat.com> | Wed Feb 22 16:34:53 2017 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 29 23:53:21 2017 -0400 |
tree | b9e9c1e22f8af979b7b323366506e83760a23a5e | |
parent | 7bb0613ebbbcf928364e51aee99088618f8d1b70 [diff] |
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>