diff options
author | 2025-05-08 16:02:39 -0700 | |
---|---|---|
committer | 2025-05-15 14:47:24 +0300 | |
commit | bfbe7729d6dd2e2c8ef44f9179ad11ab766150e6 (patch) | |
tree | a1af2c9b7beaaf7cdda09765dd132207782fc964 /Documentation/admin-guide | |
parent | platform/x86/intel-uncore-freq: Add attributes to show agent types (diff) | |
download | linux-rng-bfbe7729d6dd2e2c8ef44f9179ad11ab766150e6.tar.xz linux-rng-bfbe7729d6dd2e2c8ef44f9179ad11ab766150e6.zip |
Documentation: admin-guide: pm: Add documentation for agent_types
Add documentation to describe agent_types attribute.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20250508230250.1186619-3-srinivas.pandruvada@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst b/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst index 5151ec312dc0..84608dad84bd 100644 --- a/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst +++ b/Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst @@ -97,6 +97,11 @@ Attributes in each directory: ``package_id`` This attribute is used to get the package id of this instance. +``agent_types`` + This attribute displays all the hardware agents present within the + domain. Each agent has the capability to control one or more hardware + subsystems, which include: core, cache, memory, and I/O. + The other attributes are same as presented at package_*_die_* level. In most of current use cases, the "max_freq_khz" and "min_freq_khz" |