https://bugs.kde.org/show_bug.cgi?id=517334
David Redondo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/ksystemstats/-/commit/d8 |ma/ksystemstats/-/commit/57 |e953176237789d98378116d3ec1 |3dfa62c6143da52d64841d540cd |73222cda19f |ffa4360b136 --- Comment #11 from David Redondo <[email protected]> --- Git commit 573dfa62c6143da52d64841d540cdffa4360b136 by David Redondo. Committed on 13/08/2026 at 07:43. Pushed by davidre into branch 'Plasma/6.6'. 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. (cherry picked from commit 954ae7057b73440f1b8ac0e3a7fe1fb3b138595e) Co-authored-by: Takahiro Hashimoto <[email protected]> (cherry picked from commit d8e953176237789d98378116d3ec173222cda19f) Co-authored-by: David Redondo <[email protected]> M +1 -1 plugins/gpu/IntelHelper.cpp https://invent.kde.org/plasma/ksystemstats/-/commit/573dfa62c6143da52d64841d540cdffa4360b136 -- You are receiving this mail because: You are watching all bug changes.
