Re: [PATCH 4/4] drm/amdgpu/userq: integrate with enforce isolation

2025-04-14 Thread Alex Deucher
On Mon, Apr 14, 2025 at 1:58 PM Khatri, Sunil wrote: > > If i am not wrong @arvind is already having the patch to remove this > config. Should we use the function pointer check as being used in EOP > and SDMA functions ? The list will be empty if there are no user queues active. Although, think

Re: [PATCH 4/4] drm/amdgpu/userq: integrate with enforce isolation

2025-04-14 Thread Khatri, Sunil
If i am not wrong @arvind  is already having the patch to remove this config. Should we use the function pointer check as being used in EOP and SDMA functions ? Regards Sunil Khatri On 4/14/2025 10:42 PM, Alex Deucher wrote: Enforce isolation serializes access to the GFX IP. User queues are

[PATCH 4/4] drm/amdgpu/userq: integrate with enforce isolation

2025-04-14 Thread Alex Deucher
Enforce isolation serializes access to the GFX IP. User queues are isolated in the MES scheduler, but we still need to serialize between kernel queues and user queues. For enforce isolation, group KGD user queues with KFD user queues. v2: split out variable renaming, add config guards Signed-off