Re: [RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-12 Thread Shashank Sharma
, Christian ; Sharma, Shashank Subject: [RFC] drm/amdgpu: flush gpu tlb using sdma ring This RFC patch moves the code to flush TLB using SDMA ring to a different place like a separate function. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA if they want to. Cc: Christian Koenig

RE: [RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-11 Thread Chen, Guchun
[Public] > -Original Message- > From: amd-gfx On Behalf Of > Shashank Sharma > Sent: Friday, June 9, 2023 6:03 PM > To: amd-gfx@lists.freedesktop.org > Cc: Kuehling, Felix ; Somalapuram, Amaranath > ; Koenig, Christian > ; Sharma, Shashank > > Subject: [

Re: [RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-09 Thread Christian König
Am 09.06.23 um 15:32 schrieb Philip Yang: On 2023-06-09 06:02, Shashank Sharma wrote: This RFC patch moves the code to flush TLB using SDMA ring to a different place like a separate function. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA if they want to. Cc: Christia

Re: [RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-09 Thread Philip Yang
On 2023-06-09 06:02, Shashank Sharma wrote: This RFC patch moves the code to flush TLB using SDMA ring to a different place like a separate function. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA if they want to. Cc: Christian Koenig Signed-off-by: Shashank Sharma

Re: [RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-09 Thread Shashank Sharma
On 09/06/2023 13:36, Christian König wrote: Am 09.06.23 um 12:02 schrieb Shashank Sharma: This RFC patch moves the code to flush TLB using SDMA ring to a different place like a separate function. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA if they want to. Cc: Chr

Re: [RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-09 Thread Christian König
Am 09.06.23 um 12:02 schrieb Shashank Sharma: This RFC patch moves the code to flush TLB using SDMA ring to a different place like a separate function. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA if they want to. Cc: Christian Koenig Signed-off-by: Shashank Sharma

[RFC] drm/amdgpu: flush gpu tlb using sdma ring

2023-06-09 Thread Shashank Sharma
This RFC patch moves the code to flush TLB using SDMA ring to a different place like a separate function. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA if they want to. Cc: Christian Koenig Signed-off-by: Shashank Sharma --- drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c |