]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: The interrupt source was not released
authorCe Sun <cesun102@amd.com>
Fri, 11 Jul 2025 09:57:25 +0000 (17:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Jul 2025 18:07:51 +0000 (14:07 -0400)
commit48cb9c3b21474864beb9e19cb4f7b4ccb50de77b
tree5f35c95a2c3e6593825edcabcd43cefdef20e57b
parentfa301127ba9a22f40b4261f569f1fc8b3d66e04e
drm/amdgpu: The interrupt source was not released

When the driver is unloaded, the interrupt source of
the rma device is not released, resulting in the failure
of hw_init when loading again using bad_page_threshold.

Signed-off-by: Ce Sun <cesun102@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c