swaywm / wlroots

A modular Wayland compositor library
https://gitlab.freedesktop.org/wlroots/wlroots/
MIT License
2.15k stars 343 forks source link

Fullscreen graphical glitches in multi-gpu setup #2451

Open shumvgolove opened 3 years ago

shumvgolove commented 3 years ago

Here is the glitched screen.


wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2451

emersion commented 3 years ago

Could be related to direct scanout

emersion commented 3 years ago

And could be related to implicit modifiers: amdgpu allocates a buffer with an implicit modifier and we try to import it on i915. Arguably i915 should reject the import.