drm/amdgpu: Don't print error on aux transaction timeouts
authorLyude <cpaul@redhat.com>
Sat, 6 Aug 2016 00:30:36 +0000 (20:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 17:28:33 +0000 (13:28 -0400)
commitaff802954e06c435f582e8725964d66e21c8d573
tree8331db96df19e85466c464ec071be455b41e260a
parent84cefe18e3951d985b1179b35d14fae9e4ae2229
drm/amdgpu: Don't print error on aux transaction timeouts

Since it's normal for DRM to retry our aux transaction helpers multiple
times in a row, up to 32 times for each attempted transaction, we're
making a lot of noise that is no longer necessary now that DRM will just
print the return code we give it.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Lyude <cpaul@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/atombios_dp.c