]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: adjust the kfd reset sequence in reset sriov function
authorshaoyunl <shaoyun.liu@amd.com>
Tue, 30 Nov 2021 02:29:05 +0000 (21:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Dec 2021 22:09:30 +0000 (17:09 -0500)
commit2e5e19d7225dc229cec3be845f6b49c09d1b0deb
treea85192d7635db64751e90e40239725a9b7126185
parent40ed4cb0378ae2f0f0600666bfba9f63493d5127
drm/amdgpu: adjust the kfd reset sequence in reset sriov function

This change revert previous commits:
bb7c5225816f ("drm/amd/amdgpu: fix the kfd pre_reset sequence in sriov")
b280b5bf85bb ("drm/amdgpu: move kfd post_reset out of reset_sriov function")

This change moves the amdgpu_amdkfd_pre_reset to an earlier place
in amdgpu_device_reset_sriov, presumably to address the sequence issue
that the first patch was originally meant to fix.

Some register access(GRBM_GFX_CNTL) only be allowed on full access
mode. Move kfd_pre_reset and  kfd_post_reset back inside reset_sriov
function.

Fixes: bb7c5225816f ("drm/amd/amdgpu: fix the kfd pre_reset sequence in sriov")
Fixes: b280b5bf85bb ("drm/amdgpu: move kfd post_reset out of reset_sriov function")
Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c