https://bugs.kde.org/show_bug.cgi?id=417323
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/b50f7478769c | |1b50b48d5f0e9201a8e4b7e275e | |f Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit b50f7478769c1b50b48d5f0e9201a8e4b7e275ef by David Edmundson, on behalf of Xaver Hugl. Committed on 05/10/2020 at 21:05. Pushed by davidedmundson into branch 'master'. Multi-GPU output support on Wayland This commit sets up udev and the DrmBackend to list and use all GPUs. Related: bug 425586 M +1 -0 plugins/platforms/drm/CMakeLists.txt M +88 -262 plugins/platforms/drm/drm_backend.cpp M +7 -54 plugins/platforms/drm/drm_backend.h A +273 -0 plugins/platforms/drm/drm_gpu.cpp [License: GPL(v2.0+)] A +111 -0 plugins/platforms/drm/drm_gpu.h [License: GPL(v2.0+)] M +9 -7 plugins/platforms/drm/drm_object_crtc.cpp M +7 -1 plugins/platforms/drm/drm_object_crtc.h M +39 -36 plugins/platforms/drm/drm_output.cpp M +11 -4 plugins/platforms/drm/drm_output.h M +10 -8 plugins/platforms/drm/egl_gbm_backend.cpp M +3 -1 plugins/platforms/drm/egl_gbm_backend.h M +10 -9 plugins/platforms/drm/egl_stream_backend.cpp M +3 -1 plugins/platforms/drm/egl_stream_backend.h M +7 -5 plugins/platforms/drm/scene_qpainter_drm_backend.cpp M +3 -1 plugins/platforms/drm/scene_qpainter_drm_backend.h M +1 -1 plugins/platforms/fbdev/fb_backend.cpp M +47 -32 udev.cpp M +5 -2 udev.h https://invent.kde.org/plasma/kwin/commit/b50f7478769c1b50b48d5f0e9201a8e4b7e275ef -- You are receiving this mail because: You are watching all bug changes.