[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-14 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #13 from Martin Flöser --- (In reply to Bhushan Shah from comment #12) > Can I re-open this bug, the commit above fixes the issue of crash, but right > after starting plasma kwin_wayland is hung, and there is no mouse pointer as > well, so i

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-13 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #12 from Bhushan Shah --- Can I re-open this bug, the commit above fixes the issue of crash, but right after starting plasma kwin_wayland is hung, and there is no mouse pointer as well, so it's still impossible to interact with Plasma.. or s

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-13 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 Martin Flöser changed: What|Removed |Added Latest Commit||https://commits.kde.org/kwi |

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-11 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #10 from Martin Flöser --- Thanks for testing. Looks like init on DrmOutput fails. I'll have a look. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-11 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #9 from Fabian Vogt --- (In reply to Martin Flöser from comment #8) > Possible patch at: https://phabricator.kde.org/D8752 I tried this patch and kwin still crashes in QEMU, but at a different place now at least: #0 KWin::DrmOutput::pixel

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-10 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 Martin Flöser changed: What|Removed |Added URL||https://phabricator.kde.org |

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-09 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=386490 Bhushan Shah changed: What|Removed |Added CC||bhus...@gmail.com --- Comment #7 from Bhushan Sh

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-05 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #6 from Martin Flöser --- As a workaround you could also export KWIN_DRM_NO_AMS=1 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-05 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=386490 Fabian Vogt changed: What|Removed |Added CC||fab...@ritter-vogt.de --- Comment #5 from Fabian

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-04 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 Martin Flöser changed: What|Removed |Added Component|wayland-generic |platform-drm -- You are receiving this mail be

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-03 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #4 from Martin Flöser --- I would say all access needs guarding. My interpretation of https://01.org/linuxgraphics/gfx-docs/drm/drm-kms-properties.html is that the properties are not mandatory. For our usage rotation is clearly optional so w

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-03 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #3 from Roman Gilg --- Yes, that's a good idea. We could then decide to not use this plane/crtc/connector. That said, my assumption is that for an atomic mode property this should never happen. But since we would do this check only once at

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #2 from David Edmundson --- That still leaves an inconsistency where you're guarding the insert in initProps but not guarding access. If you're gonna do that, you should error on initProps if one of the other props doesn't exist. -- You a

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-03 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=386490 --- Comment #1 from Roman Gilg --- The problem seems to be, that not all drivers export the newly queried "rotation" property to user space in contrast to the atomic mode setting propertiers, which are expected to all get exported to my knowledge. The

[kwin] [Bug 386490] Crash in Atomic DRM setting

2017-11-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=386490 David Edmundson changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED