Re: [PATCH 4/6] drm/amdgpu: Add UAPI for disabling implicit sync per submission.

2024-08-09 Thread Faith Ekstrand
On Wed, Aug 7, 2024 at 8:09 PM Bas Nieuwenhuizen wrote: > Per submission flag because: > > 1) Slightly simpler & more flexible than per context flag. > 2) We'd need to extend the per-BO struct if we want to put >it there. > 3) Doing it per BO is annoying implementation wise as we >disasso

[PATCH 4/6] drm/amdgpu: Add UAPI for disabling implicit sync per submission.

2024-08-07 Thread Bas Nieuwenhuizen
Per submission flag because: 1) Slightly simpler & more flexible than per context flag. 2) We'd need to extend the per-BO struct if we want to put it there. 3) Doing it per BO is annoying implementation wise as we disassociate it from the BO list before doing the fences. 4) I don't really an