Documentation: intel_pstate: Add base_frequency information
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 15 Oct 2018 17:37:21 +0000 (10:37 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Oct 2018 08:33:39 +0000 (10:33 +0200)
Updated documentation to explain base_frequency attribute.

Suggested-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/admin-guide/pm/intel_pstate.rst

index 8f1d3de..ac6f5c5 100644 (file)
@@ -465,6 +465,13 @@ Next, the following policy attributes have special meaning if
        policy for the time interval between the last two invocations of the
        driver's utilization update callback by the CPU scheduler for that CPU.
 
+One more policy attribute is present if the `HWP feature is enabled in the
+processor <Active Mode With HWP_>`_:
+
+``base_frequency``
+       Shows the base frequency of the CPU. Any frequency above this will be
+       in the turbo frequency range.
+
 The meaning of these attributes in the `passive mode <Passive Mode_>`_ is the
 same as for other scaling drivers.