]> www.infradead.org Git - users/jedix/linux-maple.git/commit
intel_idle: add Clearwater Forest SoC support
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 3 Dec 2024 13:03:06 +0000 (15:03 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Dec 2024 19:05:25 +0000 (20:05 +0100)
commiteeed4bfbe9b96214162a09a7fbb7570fa9522ca4
treed4f3055ab6347720f0c89c3678d6f5bb07937ca8
parentfac04efc5c793dccbd07e2d59af9f90b7fc0dca4
intel_idle: add Clearwater Forest SoC support

Clearwater Forest (CWF) SoC has the same C-states as Sierra Forest (SRF)
SoC.  Add CWF support by re-using the SRF C-states table.

Note: it is expected that CWF C-states will have same or very similar
characteristics as SRF C-states (latency and target residency).

However, there is a possibility that the characteristics will end up
being different enough when the CWF platform development is finished.
In that case, a separate CWF C-states table will be created and populated
with the CWF-specific characteristics (latency and target residency).

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Link: https://patch.msgid.link/20241203130306.1559024-1-artem.bityutskiy@linux.intel.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c