Message ID | CAPM=9tw5SBS_P1oX+ySAhNx-M_NeO4RzK249i6vtwSU0V4mbDA@mail.gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [git,pull] drm fixes for 6.15-rc1 | expand |
I was going to report this separately, but then the pull came in, so I'm just replying to that one instead... On Sat, 5 Apr 2025 at 14:51, Dave Airlie <airlied@gmail.com> wrote: > > amdgpu: Does any of this happen to fix this (repeated a couple of hundred times each time): [drm] scheduler comp_1.1.1 is not ready, skipping [drm] scheduler comp_1.3.0 is not ready, skipping [drm] scheduler comp_1.0.1 is not ready, skipping which seems to happen on my machine when the display goes to sleep and then comes back from low-power state. It also seems to make the power resume quite a bit slower. Everything still seems to *work*, just annoying messages and an extra several seconds of black screen... This is on my threadripper with the same ancient "Sapphire Pulse RX 580 8GB" or whatever it is. lspci calls it "Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)" I will be pulling and testing, but I thought I'd mention this issue regardless. Linus
The pull request you sent on Sun, 6 Apr 2025 07:51:03 +1000:
> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-next-2025-04-05
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/758e4c86a159bdd67a8ef60ea118ddb8b2043714
Thank you!
On Sat, 5 Apr 2025 at 15:34, Linus Torvalds <torvalds@linux-foundation.org> wrote: > > Does any of this happen to fix this (repeated a couple of hundred > times each time): > > [drm] scheduler comp_1.1.1 is not ready, skipping > [drm] scheduler comp_1.3.0 is not ready, skipping > [drm] scheduler comp_1.0.1 is not ready, skipping > > which seems to happen on my machine when the display goes to sleep and > then comes back from low-power state. Seems to be fixed. Knock wood. I'm not entirely sure it was 100% reproducible (and it wasn't just the display that went to sleep, it was the whole machine that suspended). Linus