diff options
author | Corey Hickey <[email protected]> | 2024-10-28 11:02:41 -0700 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2024-11-04 11:06:10 +0100 |
commit | bceec87a73804bb4c33b9a6c96e2d27cd893a801 (patch) | |
tree | d3428466063c3cde565102927c7aa2fb368ff238 /tools/perf/scripts/python/task-analyzer.py | |
parent | 8ca8d07857c698503b2b3bf615238c87c02f064e (diff) |
platform/x86/amd/pmc: Detect when STB is not available
Loading the amd_pmc module as:
amd_pmc enable_stb=1
...can result in the following messages in the kernel ring buffer:
amd_pmc AMDI0009:00: SMU cmd failed. err: 0xff
ioremap on RAM at 0x0000000000000000 - 0x0000000000ffffff
WARNING: CPU: 10 PID: 2151 at arch/x86/mm/ioremap.c:217 __ioremap_caller+0x2cd/0x340
Further debugging reveals that this occurs when the requests for
S2D_PHYS_ADDR_LOW and S2D_PHYS_ADDR_HIGH return a value of 0,
indicating that the STB is inaccessible. To prevent the ioremap
warning and provide clarity to the user, handle the invalid address
and display an error message.
Link: https://lore.kernel.org/platform-driver-x86/[email protected]
Fixes: 3d7d407dfb05 ("platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature")
Acked-by: Shyam Sundar S K <[email protected]>
Signed-off-by: Corey Hickey <[email protected]>
Reviewed-by: Ilpo Järvinen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions