Files
linux/drivers/gpu/drm/amd/amdgpu
YuBiao Wang a3848df60b drm/amd/amdgpu: Do irq_fini_hw after ip_fini_early
[Why]
drm_irq_uninstall is called in irq_fini_hw so that irq is disabled in sw
stage. SMU (and maybe other IP blocks) fini_hw will call irq_put for
cleanup and the whole cleanup process will be skipped because of
drm->irq_enable = false.

[How]
Move ip_fini_early before irq_fini_hw.

Signed-off-by: YuBiao Wang <YuBiao.Wang@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2021-10-19 17:16:50 -04:00
..
2021-09-14 15:59:58 -04:00
2021-04-09 16:46:32 -04:00
2021-09-14 15:59:58 -04:00
2021-05-19 23:50:27 -04:00
2021-06-30 00:18:23 -04:00
2021-10-04 15:22:58 -04:00
2021-09-14 15:59:58 -04:00
2021-09-14 15:59:58 -04:00
2021-05-19 23:50:27 -04:00
2020-07-02 12:02:50 -04:00
2020-08-14 16:22:39 -04:00
2020-07-01 01:59:24 -04:00
2020-07-02 12:02:50 -04:00