]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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 18:36:27 +0000 (14:36 -0400)
commitd33724ffb743d3d2698bd969e29253ae0cff9739
tree533316040ab620923f521da4937890331ed0182c
parenta3b7e65b6be59e686e163fa1ceb0922f996897c2
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>
(cherry picked from commit 9a9c3e1fe5256da14a0a307dff0478f90c55fc8c)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c