Skip to content

Commit eeed4bf

Browse files
dedekindrafaeljw
authored andcommitted
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>
1 parent fac04ef commit eeed4bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/idle/intel_idle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
16511651
X86_MATCH_VFM(INTEL_ATOM_TREMONT_D, &idle_cpu_snr),
16521652
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, &idle_cpu_grr),
16531653
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, &idle_cpu_srf),
1654+
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, &idle_cpu_srf),
16541655
{}
16551656
};
16561657

0 commit comments

Comments
 (0)