Re: [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs

2025-07-03 Thread Danilo Krummrich
On Thu, Jul 03, 2025 at 09:27:07AM +1000, Dave Airlie wrote: > From: Dave Airlie > > This fixes a bunch of command hangs after runtime suspend/resume. > > This fixes a regression caused by code movement in the commit below, > the commit seems to just change timings enough to cause this to happen

Re: [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs

2025-07-03 Thread David Airlie
On Fri, Jul 4, 2025 at 7:46 AM Danilo Krummrich wrote: > > On 7/3/25 1:27 AM, Dave Airlie wrote: > > From: Dave Airlie > > > > This fixes a bunch of command hangs after runtime suspend/resume. > > > > This fixes a regression caused by code movement in the commit below, > > the commit seems to jus

Re: [PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs

2025-07-03 Thread Danilo Krummrich
On 7/3/25 1:27 AM, Dave Airlie wrote: From: Dave Airlie This fixes a bunch of command hangs after runtime suspend/resume. This fixes a regression caused by code movement in the commit below, the commit seems to just change timings enough to cause this to happen now, and adding the sleep seems

[PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs

2025-07-02 Thread Dave Airlie
From: Dave Airlie This fixes a bunch of command hangs after runtime suspend/resume. This fixes a regression caused by code movement in the commit below, the commit seems to just change timings enough to cause this to happen now, and adding the sleep seems to avoid it. I've spent some time tryin