Re: [PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev

2025-04-04 Thread Paneer Selvam, Arunpravin
Hi Alex, I requested the tester to reproduce the suspend/resume hang issue with this patch series. I will update as soon as I get the results. Thanks, Arun. On 3/20/2025 10:22 PM, Alex Deucher wrote: So we can iterate across them when we need to manage all user queues. Signed-off-by: Alex D

Re: [PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev

2025-03-25 Thread Alex Deucher
On Tue, Mar 25, 2025 at 4:23 AM Liang, Prike wrote: > > [Public] > > Here it may need to test the uq_mgr list to see whether it is a fresh list > before adding it to the userq_mgr_list; otherwise, it may add a duplicated > uq_mgr list. I have sent a patch for that check. Good catch. We should

RE: [PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev

2025-03-25 Thread Liang, Prike
[Public] Here it may need to test the uq_mgr list to see whether it is a fresh list before adding it to the userq_mgr_list; otherwise, it may add a duplicated uq_mgr list. I have sent a patch for that check. Regards, Prike > -Original Message- > From: amd-gfx On Behalf Of Alex >