Skip to content

backends/drm: Introduce DBus interface for DRM backend

Jakub Brocki requested to merge jackob/kwin:drm_dbus into master

This DBus interface provides a way to easily manage GPUs that KWin is using (very useful for GPU passthrough)

Also adds findGpu() overload to be able to find GPUs by file names (to keep the interface consistent)

Merge request reports