RE: [PATCH] drm/amdgpu: adjust the kfd reset sequence in reset sriov function

2021-11-30 Thread Liu, Shaoyun
Thanks for the review , change the description as suggested and submitted. Shaoyun.liu -Original Message- From: Kuehling, Felix Sent: Tuesday, November 30, 2021 1:19 AM To: amd-gfx@lists.freedesktop.org; Liu, Shaoyun Subject: Re: [PATCH] drm/amdgpu: adjust the kfd reset sequence

Re: [PATCH] drm/amdgpu: adjust the kfd reset sequence in reset sriov function

2021-11-29 Thread Felix Kuehling
Am 2021-11-29 um 9:40 p.m. schrieb shaoyunl: > This change revert previous commit > 7079e7d5c6bf: drm/amd/amdgpu: fix the kfd pre_reset sequence in sriov > cd547b93c62a: drm/amdgpu: move kfd post_reset out of reset_sriov function It looks like this is not a straight revert. It moves the

[PATCH] drm/amdgpu: adjust the kfd reset sequence in reset sriov function

2021-11-29 Thread shaoyunl
This change revert previous commit 7079e7d5c6bf: drm/amd/amdgpu: fix the kfd pre_reset sequence in sriov cd547b93c62a: drm/amdgpu: move kfd post_reset out of reset_sriov function Some register access(GRBM_GFX_CNTL) only be allowed on full access mode. Move kfd_pre_reset and kfd_post_reset back