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