| Summary: | KWin does not properly fallback to drmModeAddFB when drmModeAddFB2 fails | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Pavel Ondračka <pavel.ondracka> |
| Component: | platform-drm | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate, xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/ee01169f593151ae7743143227260973c3b1df8b | Version Fixed/Implemented In: | 6.6.6 |
| Sentry Crash Report: | |||
|
Description
Pavel Ondračka
2026-06-11 12:14:09 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/9373 Git commit 85fa4ee22b57e834505864a20ac13de0a97a1161 by Xaver Hugl. Committed on 16/06/2026 at 11:18. Pushed by zamundaaa into branch 'master'. backends/drm: fix addFB2 fallback Returned error codes are negative, not the actual value of the define. M +1 -1 src/backends/drm/drm_gpu.cpp https://invent.kde.org/plasma/kwin/-/commit/85fa4ee22b57e834505864a20ac13de0a97a1161 Git commit 9f27237b14432624ee2798dc6866748e96a705dd by Xaver Hugl. Committed on 16/06/2026 at 11:49. Pushed by zamundaaa into branch 'Plasma/6.7'. backends/drm: fix addFB2 fallback Returned error codes are negative, not the actual value of the define. (cherry picked from commit 85fa4ee22b57e834505864a20ac13de0a97a1161) Co-authored-by: Xaver Hugl <xaver.hugl@kde.org> M +1 -1 src/backends/drm/drm_gpu.cpp https://invent.kde.org/plasma/kwin/-/commit/9f27237b14432624ee2798dc6866748e96a705dd Git commit ee01169f593151ae7743143227260973c3b1df8b by Vlad Zahorodnii, on behalf of Xaver Hugl. Committed on 17/06/2026 at 06:37. Pushed by vladz into branch 'Plasma/6.6'. backends/drm: fix addFB2 fallback Returned error codes are negative, not the actual value of the define. (cherry picked from commit 85fa4ee22b57e834505864a20ac13de0a97a1161) Co-authored-by: Xaver Hugl <xaver.hugl@kde.org> M +1 -1 src/backends/drm/drm_gpu.cpp https://invent.kde.org/plasma/kwin/-/commit/ee01169f593151ae7743143227260973c3b1df8b |