https://bugs.kde.org/show_bug.cgi?id=517334
Takahiro Hashimoto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/ksystemstats/-/merge_req |ma/ksystemstats/-/commit/95 |uests/119 |4ae7057b73440f1b8ac0e3a7fe1 | |fb3b138595e Status|REOPENED |RESOLVED --- Comment #9 from Takahiro Hashimoto <[email protected]> --- Git commit 954ae7057b73440f1b8ac0e3a7fe1fb3b138595e by Takahiro Hashimoto. Committed on 11/08/2026 at 09:54. Pushed by davidre into branch 'master'. Fix i915 PMU path for discrete Intel GPUs The i915 PMU device for a discrete GPU uses a name such as `i915_0000_03_00.0`, but IntelHelper constructs the path as `i9150000_03_00.0`, missing the separator between `i915` and the PCI address. This prevents KSystemStats from collecting GPU statistics for discrete Intel GPUs using the i915 driver. Add the missing underscore when constructing the PMU device path. M +1 -1 plugins/gpu/IntelHelper.cpp https://invent.kde.org/plasma/ksystemstats/-/commit/954ae7057b73440f1b8ac0e3a7fe1fb3b138595e -- You are receiving this mail because: You are watching all bug changes.
