Re: [PATCH] drm/amdgpu: Print client id for the unregistered interrupt resource

2023-06-09 Thread Deucher, Alexander
[Public] Reviewed-by: Alex Deucher From: Ma, Jun Sent: Friday, June 9, 2023 1:52 AM To: amd-gfx@lists.freedesktop.org ; Koenig, Christian ; Deucher, Alexander Cc: Ma, Jun ; Ma, Jun Subject: [PATCH] drm/amdgpu: Print client id for the unregistered interrupt

[PATCH] drm/amdgpu: Print client id for the unregistered interrupt resource

2023-06-08 Thread Ma Jun
Modify the debug information and print the clien id for these interrupts as well. Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c