From: "Christian König" <ckoenig.leichtzumerken@gmail.com>
To: Gavin Wan <Gavin.Wan@amd.com>, amd-gfx@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: Re: [PATCH] drm/amdgpu: Disable GPU reset on SRIOV before remove pci.
Date: Tue, 25 Oct 2022 11:30:53 +0200 [thread overview]
Message-ID: <23e34f67-8de2-aee6-72ff-2a1caabc4be3@gmail.com> (raw)
In-Reply-To: <20221024202124.8592-1-Gavin.Wan@amd.com>
Am 24.10.22 um 22:21 schrieb Gavin Wan:
> The change of the commit f5c7e7797060 ("Adjust removal control
> flow for smu v13_0_2") brought a bug on SRIOV envrionment. It
> caused unloading amdgpu failed on Guest VM. The reason is that
> the VF FLR was requested while unloading amdgpu driver, but the
> VF FLR of SRIOV sequence is wrong while removing PCI device.
>
> Fixes: f5c7e7797060 ("drm/amdgpu: Adjust removal control flow
> for smu v13_0_2")
The Fixes line should look like a Signed-off-by or Acked-by line.
>
> Acked-by: Alex Deucher <alexander.deucher@amd.com>
> Signed-off-by: Gavin Wan <Gavin.Wan@amd.com>
> Change-Id: I1ff8dcbffd85d7f3d8267d660fd8292423d2f70f
The lines with : are noted in chronological order.
E.g. in this case that should be:
Signed-off-by: ....
Fixes: ...
Acked-by: ...
...
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index 16f6a313335e..ab0c856c13b0 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -2187,7 +2187,8 @@ amdgpu_pci_remove(struct pci_dev *pdev)
> pm_runtime_forbid(dev->dev);
> }
>
> - if (adev->ip_versions[MP1_HWIP][0] == IP_VERSION(13, 0, 2)) {
> + if ((adev->ip_versions[MP1_HWIP][0] == IP_VERSION(13, 0, 2)) &&
Please drop the extra () as long as you don't want to explicitly have an
assignment inside an "if", "for" or "while".
Regards,
Christian.
> + !amdgpu_sriov_vf(adev)) {
> bool need_to_reset_gpu = false;
>
> if (adev->gmc.xgmi.num_physical_nodes > 1) {
next prev parent reply other threads:[~2022-10-25 9:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-24 20:21 [PATCH] drm/amdgpu: Disable GPU reset on SRIOV before remove pci Gavin Wan
2022-10-25 9:30 ` Christian König [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-25 14:16 Gavin Wan
2022-10-24 20:03 Gavin Wan
2022-10-24 20:06 ` Alex Deucher
2022-10-24 19:45 Gavin Wan
2022-10-24 19:52 ` Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=23e34f67-8de2-aee6-72ff-2a1caabc4be3@gmail.com \
--to=ckoenig.leichtzumerken@gmail.com \
--cc=Gavin.Wan@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox