https://bugs.kde.org/show_bug.cgi?id=493277
--- Comment #25 from Zamundaaa <xaver.h...@gmail.com> --- (In reply to Janusz Krzysztofik from comment #24) > Hi, > I'm an Intel developer responsible for > https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12341, which is > still open. > > (In reply to Zamundaaa from comment #14) > > ... The backtrace suggests that KWin hangs in the kernel, > > trying to allocate a new buffer for some kwin-internal window. ... > > While I can see gem_create()->ioctl() in progress, I'm not quite sure how > that is related to the "Pageflip timed out!" message. Which layer is > responsible for printing that message? I guess that message was printed > before the call to gem_create()->ioctl(), wasn't it? If yes then what the > kwin_wayland process was actually waiting for when timed out before then > calling gem_create()->ioctl()? Was that also a kernel call to the i915 > driver? Or was that another gem_create()->ioctl(), then retired after the > timeout? > > Thanks, > Janusz Hi, the commit thread prints that message when it doesn't receive a pageflip event for an atomic commit it did in 5s. It doesn't process drm events itself though, the main thread is responsible for doing that. So when the main thread hangs, the commit thread also prints this warning in Plasma 6.2 (which will be fixed in 6.3, where it'll properly detect hang vs pageflip timeout). -- You are receiving this mail because: You are watching all bug changes.