https://bugs.kde.org/show_bug.cgi?id=442603
--- Comment #6 from Nate Graham <n...@kde.org> --- Git commit eb1daa0aadcbae3f4be8ca7450f648040a52013c by Nate Graham, on behalf of Vlad Zahorodnii. Committed on 28/09/2021 at 17:31. Pushed by ngraham into branch 'master'. platforms/drm: Avoid re-using blobs Blobs are not reference counted if used by other drm master, if kwin re-uses a deleted blob in an atomic commit, it will fail. For example, on my computer, this happens when kwin starts after xorg. Besides that, kwin may try to destroy blobs that it doesn't own, which is not fatal but it's strange to do so. Related: bug 439873 M +12 -56 src/plugins/platforms/drm/drm_object.cpp M +1 -3 src/plugins/platforms/drm/drm_object.h M +8 -5 src/plugins/platforms/drm/drm_object_connector.cpp M +20 -17 src/plugins/platforms/drm/drm_object_plane.cpp https://invent.kde.org/plasma/kwin/commit/eb1daa0aadcbae3f4be8ca7450f648040a52013c -- You are receiving this mail because: You are watching all bug changes.