drm/amd/display: Avoid flooding unnecessary info messages
authorWayne Lin <Wayne.Lin@amd.com>
Tue, 13 May 2025 03:20:24 +0000 (11:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 May 2025 17:38:20 +0000 (13:38 -0400)
commit9a9c3e1fe5256da14a0a307dff0478f90c55fc8c
treefe8cc2e5905928a123c8bd849686955dda11a7db
parent73b7fd4b209263a92726daca6453a37ecb89eb9d
drm/amd/display: Avoid flooding unnecessary info messages

It's expected that we'll encounter temporary exceptions
during aux transactions. Adjust logging from drm_info to
drm_dbg_dp to prevent flooding with unnecessary log messages.

Fixes: 3637e457eb00 ("drm/amd/display: Fix wrong handling for AUX_DEFER case")
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://lore.kernel.org/r/20250513032026.838036-1-Wayne.Lin@amd.com
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c