https://bugs.kde.org/show_bug.cgi?id=476060
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/ff2bc0798f | |e659f6388cf54b6bf3ed0a26785 | |b40 --- Comment #5 from Zamundaaa <xaver.h...@gmail.com> --- Git commit ff2bc0798fe659f6388cf54b6bf3ed0a26785b40 by Xaver Hugl. Committed on 01/11/2023 at 22:29. Pushed by zamundaaa into branch 'master'. backends/drm: fix properties not being applied when a modeset is not needed When testing whether or not a modeset is needed, all that gets tested is whether or not the kernel would allow the commit to happen without the ALLOW_MODESET flag. If there's properties that are only changed in DrmPipeline::prepareAtomicModeset, we need to apply those in the next commit, regardless of whether or not the ALLOW_MODESET flag is necessary. M +33 -19 src/backends/drm/drm_pipeline.cpp M +2 -0 src/backends/drm/drm_pipeline.h https://invent.kde.org/plasma/kwin/-/commit/ff2bc0798fe659f6388cf54b6bf3ed0a26785b40 -- You are receiving this mail because: You are watching all bug changes.