summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display
diff options
context:
space:
mode:
authorLeo (Hanghong) Ma <hanghong.ma@amd.com>2021-11-12 10:11:35 -0500
committerAlex Deucher <alexander.deucher@amd.com>2021-11-22 14:45:01 -0500
commit1d925758ba1a5d2716a847903e2fd04efcbd9862 (patch)
tree40ca0e12f38aba48b079c31bc0abd1331f08e2b9 /drivers/gpu/drm/amd/display
parent625097a9e0c614251cd9ba89b1a416a36495768f (diff)
downloadlinux-stable-1d925758ba1a5d2716a847903e2fd04efcbd9862.tar.gz
linux-stable-1d925758ba1a5d2716a847903e2fd04efcbd9862.tar.bz2
linux-stable-1d925758ba1a5d2716a847903e2fd04efcbd9862.zip
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 <hanghong.ma@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c2
1 files changed, 1 insertions, 1 deletions
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 b21f61e89cba..6583ec8548fa 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;
}