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
To: amd-gfx@lists.freedesktop.org; Paneer Selvam, Arunpravin > > > > Cc: Deucher, Alexander > > Subject: [PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev > > > > So we can iterate across them when we need to manage all user queues. > >

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

2025-03-25 Thread Liang, Prike
f Alex > Deucher > Sent: Friday, March 21, 2025 12:53 AM > To: amd-gfx@lists.freedesktop.org; Paneer Selvam, Arunpravin > > Cc: Deucher, Alexander > Subject: [PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev > > So we can iterate across them when we need to mana

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

2025-03-20 Thread Alex Deucher
So we can iterate across them when we need to manage all user queues. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c | 15 ++- drivers/gpu/dr