Commit Graph

3 Commits

Author SHA1 Message Date
Rafael J. Wysocki 5498dbde06 Intel: Documentation: admin-guide: PM: Add intel_idle document
commit a3299182216397a0b943d2549d1997f4eba2bdd2 upstream

Backport summary: Backport to 5.4.49 for ICX intel_idle support

Add an admin-guide document for the intel_idle driver to describe
how it works: how it enumerates idle states, what happens during the
initialization of it, how it can be controlled via the kernel command
line and so on.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: yjia <yingbao.jia@intel.com>
2021-04-25 14:31:12 +08:00
Rafael J. Wysocki 489377c4fa Intel: cpuidle: Allow idle states to be disabled by default
commit 75a80267410e38ab76c4ceb39753f96d72113781 upstream

Backport summary: Backport to 5.4.49 for ICX intel_idle support

In certain situations it may be useful to prevent some idle states
from being used by default while allowing user space to enable them
later on.

For this purpose, introduce a new state flag, CPUIDLE_FLAG_OFF, to
mark idle states that should be disabled by default, make the core
set CPUIDLE_STATE_DISABLED_BY_USER for those states at the
initialization time and add a new state attribute in sysfs,
"default_status", to inform user space of the initial status of
the given idle state ("disabled" if CPUIDLE_FLAG_OFF is set for it,
"enabled" otherwise).

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: yjia <yingbao.jia@intel.com>
2021-04-25 14:31:12 +08:00
Kaixu Xia 590eaf1fec Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces.
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
2021-03-16 11:01:34 +08:00