drm/amdgpu: refine ras related message print
authorGuchun Chen <guchun.chen@amd.com>
Fri, 10 Apr 2020 07:51:14 +0000 (15:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Apr 2020 16:01:50 +0000 (12:01 -0400)
commit6952e99cfd52d32098540fe8d9e592828b9e774c
treec94e002d0ccc225598be412b8d8554ac5c9836b5
parent1f3ef0efbacb2aa63e8e3933664192ee27d0d95b
drm/amdgpu: refine ras related message print

Prefix ras related kernel message logging with PCI
device info by replacing DRM_INFO/WARN/ERROR with
dev_info/warn/err. This can clearly tell user about
GPU device information where ras is. And add some
other ras message printing to make it more clear
and friendly as well.

Suggested-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c