Re: [PATCH 00/34] GC per queue reset

2024-07-25 Thread Friedrich Vock
: [PATCH 00/34] GC per queue reset On Thu, Jul 18, 2024 at 1:00 PM Friedrich Vock wrote: Hi, On 18.07.24 16:06, Alex Deucher wrote: This adds preliminary support for GC per queue reset. In this case, only the jobs currently in the queue are lost. If this fails, we fall back to a full adapter reset

RE: [PATCH 00/34] GC per queue reset

2024-07-24 Thread Zhu, Jiadong
[AMD Official Use Only - AMD Internal Distribution Only] > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Friday, July 19, 2024 9:40 PM > To: Friedrich Vock > Cc: Deucher, Alexander ; amd- > g...@lists.freedesktop.org > Subject: Re: [P

Re: [PATCH 00/34] GC per queue reset

2024-07-23 Thread Christopher Snowhill
Alex Deucher writes: > On Thu, Jul 18, 2024 at 10:15 AM Alex Deucher > wrote: >> >> This adds preliminary support for GC per queue reset. In this >> case, only the jobs currently in the queue are lost. If this >> fails, we fall back to a full adapter reset. > > Also available here via git: >

Re: [PATCH 00/34] GC per queue reset

2024-07-19 Thread Alex Deucher
On Fri, Jul 19, 2024 at 9:39 AM Alex Deucher wrote: > > On Thu, Jul 18, 2024 at 1:00 PM Friedrich Vock wrote: > > > > Hi, > > > > On 18.07.24 16:06, Alex Deucher wrote: > > > This adds preliminary support for GC per queue reset. In this > > > case, only the jobs currently in the queue are lost.

Re: [PATCH 00/34] GC per queue reset

2024-07-19 Thread Alex Deucher
On Thu, Jul 18, 2024 at 1:00 PM Friedrich Vock wrote: > > Hi, > > On 18.07.24 16:06, Alex Deucher wrote: > > This adds preliminary support for GC per queue reset. In this > > case, only the jobs currently in the queue are lost. If this > > fails, we fall back to a full adapter reset. > > First o

Re: [PATCH 00/34] GC per queue reset

2024-07-18 Thread Alex Deucher
On Thu, Jul 18, 2024 at 10:15 AM Alex Deucher wrote: > > This adds preliminary support for GC per queue reset. In this > case, only the jobs currently in the queue are lost. If this > fails, we fall back to a full adapter reset. Also available here via git: https://gitlab.freedesktop.org/agd5f/

Re: [PATCH 00/34] GC per queue reset

2024-07-18 Thread Friedrich Vock
Hi, On 18.07.24 16:06, Alex Deucher wrote: This adds preliminary support for GC per queue reset. In this case, only the jobs currently in the queue are lost. If this fails, we fall back to a full adapter reset. First of all, thank you so much for working on this! It's great to finally see pr

[PATCH 00/34] GC per queue reset

2024-07-18 Thread Alex Deucher
This adds preliminary support for GC per queue reset. In this case, only the jobs currently in the queue are lost. If this fails, we fall back to a full adapter reset. Alex Deucher (19): drm/amdgpu/mes: add API for legacy queue reset drm/amdgpu/mes11: add API for legacy queue reset drm/amd