drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f
authorshaoyunl <shaoyun.liu@amd.com>
Tue, 9 Mar 2021 15:30:15 +0000 (10:30 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 May 2021 12:47:25 +0000 (14:47 +0200)
commit7cb855dfe5f073a97c2cf1d2afc0ce95b967bbe6
treef6a4d0e566b6275019c050ccca54b3864e47ba48
parent1874b0ef1426b873de94c61861e38f29a8df714c
drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f

[ Upstream commit c8941550aa66b2a90f4b32c45d59e8571e33336e ]

This recent change introduce SDMA interrupt info printing with irq->process function.
These functions do not require a set function to enable/disable the irq

Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c