mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 22:34:48 +00:00
drm/amdgpu: Print client id for the unregistered interrupt resource
Modify the debug information and print the clien id for these interrupts as well. Signed-off-by: Ma Jun <Jun.Ma2@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
fb120e84b0
commit
a1c23485b8
@ -467,7 +467,8 @@ void amdgpu_irq_dispatch(struct amdgpu_device *adev,
|
||||
handled = true;
|
||||
|
||||
} else {
|
||||
DRM_DEBUG("Unhandled interrupt src_id: %d\n", src_id);
|
||||
DRM_DEBUG("Unregistered interrupt src_id: %d of client_id:%d\n",
|
||||
src_id, client_id);
|
||||
}
|
||||
|
||||
/* Send it to amdkfd as well if it isn't already handled */
|
||||
|
Loading…
x
Reference in New Issue
Block a user