]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Show link name in PSR status message
authorMario Limonciello (AMD) <superm1@kernel.org>
Sun, 14 Dec 2025 14:59:16 +0000 (08:59 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 10 Jan 2026 19:21:53 +0000 (14:21 -0500)
commit99f77f6229c0766b980ae05affcf9f742d97de6a
treea9c6033ff43c583f5c58811456221c7ac81efffb
parent16ac1b6a6b52ff0bbd87b6361b8b01d358dfdadc
drm/amd/display: Show link name in PSR status message

[Why]
The PSR message was moved in commit 4321742c394e ("drm/amd/display:
Move PSR support message into amdgpu_dm"). This message however shows
for every single link without showing which link is which.  This can
send a confusing message to the user.

[How]
Add link name into the message.

Fixes: 4321742c394e ("drm/amd/display: Move PSR support message into amdgpu_dm")
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c