mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
The PSS telemetry info parsing incorrectly applies
TELEM_INFO_SRAMEVTS_MASK when extracting event register
count from firmware response. This reads bits 15-8 instead
of the correct bits 7-0, causing misdetection of hardware
capabilities.
The IOSS path correctly uses TELEM_INFO_NENABLES_MASK for
register count. Apply the same mask to PSS parsing for
consistency.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| debugfs.c | ||
| Kconfig | ||
| Makefile | ||
| pltdrv.c | ||