]> git.ipfire.org Git - thirdparty/linux.git/commit
intel_idle: Add Panther Lake C-states table
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 9 Mar 2026 08:38:18 +0000 (10:38 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 11 Mar 2026 11:52:00 +0000 (12:52 +0100)
commitd51de21b4c3a34a2cc592319df63864e14b18b29
treeb6ba62a711d6f77868245ba57d092cca0ee6352d
parent106a2662e655363db0dd73d9a91e1ec9afe9f4b1
intel_idle: Add Panther Lake C-states table

Panther Lake supports the following requestable C-states: C1, C1E, C6S,
C10.

The parameters of these C-states should be consistent across all
systems based on Panther Lake, so add a custom C-states table for it
that will override C-state parameters supplied by platform firmware
that may vary from one platform to another and may not represent the
most optimum choice.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
[ rjw: Changelog expansion ]
Link: https://patch.msgid.link/20260309083818.79588-1-dedekind1@gmail.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c