Re: [PATCH] drm/amd/amdgpu: Add Annotations to Process Isolation functions

2024-12-02 Thread Alex Deucher
On Wed, Nov 27, 2024 at 2:57 PM Srinivasan Shanmugam wrote: > > This update adds explanations to key functions that manage how the > Kernel Fusion Driver (KFD) and Kernel Graphics Driver (KGD) share the > GPU. > > amdgpu_gfx_enforce_isolation_wait_for_kfd: Controls the waiting period > for KFD to

[PATCH] drm/amd/amdgpu: Add Annotations to Process Isolation functions

2024-11-27 Thread Srinivasan Shanmugam
This update adds explanations to key functions that manage how the Kernel Fusion Driver (KFD) and Kernel Graphics Driver (KGD) share the GPU. amdgpu_gfx_enforce_isolation_wait_for_kfd: Controls the waiting period for KFD to ensure it takes turns with KGD in using the GPU. It uses a mutex to safely