Re: [PATCH v2] drm/amdgpu: flush GPU TLB using SDMA ring

2023-06-12 Thread Shashank Sharma
Hey Alex, On 09/06/2023 19:08, Alex Deucher wrote: On Fri, Jun 9, 2023 at 11:05 AM Shashank Sharma wrote: This patch moves the code to flush GPU TLB using SDMA ring and splits it into two parts: - a general purpose function to flush GPU TLB using any valid GPU ring. - a wrapper which consumes

Re: [PATCH v2] drm/amdgpu: flush GPU TLB using SDMA ring

2023-06-09 Thread Alex Deucher
On Fri, Jun 9, 2023 at 11:05 AM Shashank Sharma wrote: > > This patch moves the code to flush GPU TLB using SDMA ring and > splits it into two parts: > - a general purpose function to flush GPU TLB using any valid GPU ring. > - a wrapper which consumes this function using SDMA ring. > > The idea i

[PATCH v2] drm/amdgpu: flush GPU TLB using SDMA ring

2023-06-09 Thread Shashank Sharma
This patch moves the code to flush GPU TLB using SDMA ring and splits it into two parts: - a general purpose function to flush GPU TLB using any valid GPU ring. - a wrapper which consumes this function using SDMA ring. The idea is that KFD/KGD code should be able to flush GPU TLB using SDMA ring i