Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lyude and committed by
Alex Deucher
aff80295 84cefe18

-1
-1
drivers/gpu/drm/amd/amdgpu/atombios_dp.c
··· 88 88 89 89 /* timeout */ 90 90 if (args.v2.ucReplyStatus == 1) { 91 - DRM_DEBUG_KMS("dp_aux_ch timeout\n"); 92 91 r = -ETIMEDOUT; 93 92 goto done; 94 93 }