From: Eric Huang <jinhuieric.huang@amd.com>
To: "Chen, Guchun" <Guchun.Chen@amd.com>,
Alex Deucher <alexdeucher@gmail.com>
Cc: amd-gfx list <amd-gfx@lists.freedesktop.org>
Subject: Re: [PATCH] drm/amdkfd: enable heavy-weight TLB flush on Vega20
Date: Mon, 7 Feb 2022 10:00:09 -0500 [thread overview]
Message-ID: <ec08555f-4e14-c74e-80d0-db8b101854c5@amd.com> (raw)
In-Reply-To: <DM5PR12MB2469C8132EB95A22A8091EB8F12C9@DM5PR12MB2469.namprd12.prod.outlook.com>
Hi Guchun,
SDMA FW team confirms MI50/VG20 doesn't have the same bug as MI100,
which cases asic hang issue when running RVS test. If this change makes
KFDMemoryTest failed, please fill a Jira and assign to me.
Thanks,
Eric
On 2022-02-07 08:01, Chen, Guchun wrote:
> [Public]
>
> Hi Eric,
>
> Are you sure that there is no FW requirement for this patch on Vega20? KFDMemory test failed by this commit.
>
> Regards,
> Guchun
>
> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Alex Deucher
> Sent: Tuesday, January 25, 2022 4:08 AM
> To: Huang, JinHuiEric <JinHuiEric.Huang@amd.com>
> Cc: amd-gfx list <amd-gfx@lists.freedesktop.org>
> Subject: Re: [PATCH] drm/amdkfd: enable heavy-weight TLB flush on Vega20
>
> On Fri, Jan 21, 2022 at 11:17 AM Eric Huang <jinhuieric.huang@amd.com> wrote:
>> It is to meet the requirement for memory allocation optimization on
>> MI50.
>>
>> Signed-off-by: Eric Huang <jinhuieric.huang@amd.com>
> Assuming there is no firmware version requirement, the patch is:
> Acked-by: Alex Deucher <alexander.deucher@amd.com>
>
>> ---
>> drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
>> b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
>> index 5b8ae0795c0a..d708f1a502cf 100644
>> --- a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
>> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
>> @@ -1582,7 +1582,8 @@ static int kfd_ioctl_free_memory_of_gpu(struct
>> file *filep, static bool kfd_flush_tlb_after_unmap(struct kfd_dev *dev) {
>> return KFD_GC_VERSION(dev) == IP_VERSION(9, 4, 2) ||
>> (KFD_GC_VERSION(dev) == IP_VERSION(9, 4, 1) &&
>> - dev->adev->sdma.instance[0].fw_version >= 18);
>> + dev->adev->sdma.instance[0].fw_version >= 18) ||
>> + KFD_GC_VERSION(dev) == IP_VERSION(9, 4, 0);
>> }
>>
>> static int kfd_ioctl_map_memory_to_gpu(struct file *filep,
>> --
>> 2.25.1
>>
prev parent reply other threads:[~2022-02-07 15:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 16:16 [PATCH] drm/amdkfd: enable heavy-weight TLB flush on Vega20 Eric Huang
2022-01-24 20:07 ` Alex Deucher
2022-02-07 13:01 ` Chen, Guchun
2022-02-07 15:00 ` Eric Huang [this message]
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=ec08555f-4e14-c74e-80d0-db8b101854c5@amd.com \
--to=jinhuieric.huang@amd.com \
--cc=Guchun.Chen@amd.com \
--cc=alexdeucher@gmail.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