https://bugs.kde.org/show_bug.cgi?id=512866
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/ksystemstats/-/commit/87 | |68ac73d757ddd45a38743422635 | |88bb66ea746 Resolution|--- |FIXED --- Comment #8 from Nate Graham <[email protected]> --- Git commit 8768ac73d757ddd45a3874342263588bb66ea746 by Nate Graham, on behalf of Hunter Hardy. Committed on 18/05/2026 at 14:41. Pushed by ngraham into branch 'master'. Add Intel Xe GPU driver support Add support for Intel GPUs using the Xe kernel driver (Arc series, Battlemage, Lunar Lake, etc.) alongside existing i915 support. - Add XeHelper binary for reading Xe PMU perf events and VRAM - Add LinuxXeGpu device class with hwmon sensor discovery - Detect xe vs i915 driver via udev_device_get_driver() - Report GPU usage (Render, Video engines) and frequency via PMU - Report temperature via hwmon - Query VRAM total/used via DRM_IOCTL_XE_DEVICE_QUERY - Make Xe support conditional on drm/xe_drm.h availability - Set CAP_PERFMON capability on xe_helper binary M +20 -0 plugins/gpu/CMakeLists.txt M +19 -0 plugins/gpu/LinuxBackend.cpp A +195 -0 plugins/gpu/LinuxXeGpu.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +46 -0 plugins/gpu/LinuxXeGpu.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +355 -0 plugins/gpu/XeHelper.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +9 -0 plugins/gpu/XeHelperLocation.h.cmake https://invent.kde.org/plasma/ksystemstats/-/commit/8768ac73d757ddd45a3874342263588bb66ea746 -- You are receiving this mail because: You are watching all bug changes.
