diff options
| author | Xi Pardee <xi.pardee@linux.intel.com> | 2025-09-10 14:06:25 -0700 |
|---|---|---|
| committer | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2025-09-11 11:23:57 +0300 |
| commit | 8e54e493c9926105e771873b151d5eba80fbb856 (patch) | |
| tree | 68b7b5b1ef45b1749d968b819930dbb8bd7f75c7 /drivers/platform/x86/intel/pmc/core.h | |
| parent | platform/x86:intel/pmc: Show substate requirement for S0ix blockers (diff) | |
| download | linux-8e54e493c9926105e771873b151d5eba80fbb856.tar.gz linux-8e54e493c9926105e771873b151d5eba80fbb856.zip | |
platform/x86:intel/pmc: Enable SSRAM support for Panther Lake
Enable Panther Lake platforms to achieve PMC information from
Intel PMC SSRAM Telemetry driver and substate requirements data
from telemetry region.
Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com>
Link: https://patch.msgid.link/20250910210629.11198-6-xi.pardee@linux.intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/intel/pmc/core.h')
| -rw-r--r-- | drivers/platform/x86/intel/pmc/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/pmc/core.h b/drivers/platform/x86/intel/pmc/core.h index b554805db689..f4dadb696a31 100644 --- a/drivers/platform/x86/intel/pmc/core.h +++ b/drivers/platform/x86/intel/pmc/core.h @@ -297,6 +297,8 @@ enum ppfear_regs { #define PTL_PMC_LTR_CUR_ASLT 0x1C28 #define PTL_PMC_LTR_CUR_PLT 0x1C2C #define PTL_PCD_PMC_MMIO_REG_LEN 0x31A8 +#define PTL_NUM_S0IX_BLOCKER 106 +#define PTL_BLK_REQ_OFFSET 55 /* Wildcat Lake */ #define WCL_PMC_LTR_RESERVED 0x1B64 |
