]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage
authorGuchun Chen <guchun.chen@amd.com>
Sat, 18 Sep 2021 05:43:41 +0000 (13:43 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Sep 2021 20:34:28 +0000 (16:34 -0400)
commitb201746fb2a85d12091e15eb89bca23f9930249d
treec9b58c86627f48c6d2fb9308aaab03e5fbec459d
parentc089f90591716d3e83d07dcdff3d9f293c80b2d0
drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage

adev->rmmio is set to be NULL in amdgpu_device_unmap_mmio to prevent
access after pci_remove, however, in SRIOV case, amdgpu_virt_release_full_gpu
will still use adev->rmmio for access after amdgpu_device_unmap_mmio.
The patch is to move such SRIOV calling earlier to fini_early stage.

Fixes: a0493d58d209 ("drm/amdgpu: Unmap all MMIO mappings")
Cc: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Leslie Shi <Yuliang.Shi@amd.com>
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c