RE: [PATCH] drm/amdgpu: replace DRM prefix with PCI device info for GFX RAS

2020-04-13 Thread Zhang, Hawking
] drm/amdgpu: replace DRM prefix with PCI device info for GFX RAS Prefix RAS message printing in GFX IP with PCI device info, which assists the debug in multiple GPU case. Signed-off-by: Guchun Chen --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 47 +++ 1 file changed, 27

[PATCH] drm/amdgpu: replace DRM prefix with PCI device info for GFX RAS

2020-04-12 Thread Guchun Chen
Prefix RAS message printing in GFX IP with PCI device info, which assists the debug in multiple GPU case. Signed-off-by: Guchun Chen --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 47 +++ 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/amd/amd