]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Replace DRM_* with dev_* in amdgpu_psp.c
authorHawking Zhang <Hawking.Zhang@amd.com>
Sun, 31 Dec 2023 10:14:23 +0000 (18:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Sep 2025 16:54:23 +0000 (18:54 +0200)
commite8470d414d945459ac3d223e486174c95f528543
treeca0ab46b3ca8c48ca779582ca0c7bb0d8761716c
parenteadda74f6a210695c2a8b50a88d6392394558db6
drm/amdgpu: Replace DRM_* with dev_* in amdgpu_psp.c

[ Upstream commit ac3ff8a90637e813005404a0110802aa384af4aa ]

So kernel message has the device pcie bdf information,
which helps issue debugging especially in multiple GPU
system.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Stable-dep-of: 467e00b30dfe ("drm/amd/amdgpu: Fix missing error return on kzalloc failure")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c