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
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.
> >
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
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