drm/amdgpu/irq: Move irq resume to the beginning
authorEmily Deng <Emily.Deng@amd.com>
Mon, 7 Aug 2023 05:08:43 +0000 (13:08 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:46:04 +0000 (09:46 -0400)
commitf734b2133c803a58174e70e4677d0d02220e2379
treee1988cc21d09144587e2ec18aaa12cf7003a1a41
parent7692e1ee2446fd1940b5caa6e09779504a58881a
drm/amdgpu/irq: Move irq resume to the beginning

Need to move irq resume to the beginning of reset sriov, or if
one interrupt occurs before irq resume, then the irq won't work anymore.

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c