From: Leo (Hanghong) Ma Date: Fri, 12 Nov 2021 15:11:35 +0000 (-0500) Subject: drm/amd/display: Reduce dmesg error to a debug print X-Git-Tag: v5.17-rc1~173^2~17^2~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d925758ba1a5d2716a847903e2fd04efcbd9862;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: Reduce dmesg error to a debug print [Why & How] Dmesg errors are found on dcn3.1 during reset test, but it's not a really failure. So reduce it to a debug print. Signed-off-by: Leo (Hanghong) Ma Reviewed-by: Nicholas Kazlauskas Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c index b21f61e89cbaa..6583ec8548fa5 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @@ -4454,7 +4454,7 @@ bool dp_retrieve_lttpr_cap(struct dc_link *link) lttpr_dpcd_data, sizeof(lttpr_dpcd_data)); if (status != DC_OK) { - dm_error("%s: Read LTTPR caps data failed.\n", __func__); + DC_LOG_DP2("%s: Read LTTPR caps data failed.\n", __func__); return false; }