]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu : Fix asic reset regression issue introduce by 1d81952068e788
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)
commit5136f532ac4ae5f70bd0430d0b2955d3317e18b5
tree3d94d5369c7a1e186933b0e7166e336f32ce3a7b
parent1ebed2127de5f8056ac1619911080e3ce207be54
drm/amdgpu : Fix asic reset regression issue introduce by 1d81952068e788

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