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)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 03:11:03 +0000 (23:11 -0400)
commitc8941550aa66b2a90f4b32c45d59e8571e33336e
tree3d94d5369c7a1e186933b0e7166e336f32ce3a7b
parentbe6523e3a90833ce53942476db4921debe0bf395
drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f

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>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c