summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-03-16 11:55:12 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-03-16 15:05:35 +0000
commit2e35cb6b509b065d2d9c960de03514692d3eb413 (patch)
tree59f660a6d743d7be563b6b485de48edc60367c9d
parent6bd06463ef5e29720265680d10a8828e5b2c835d (diff)
15.03: Update the IPA Section of the release notes.
Signed-off-by: Javi Merino <javi.merino@arm.com>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt16
1 files changed, 3 insertions, 13 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
index 1e74e04..2296983 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
@@ -19,23 +19,13 @@ h3. Intelligent Power Allocation (IPA)
Intelligent Power Allocation (IPA) is a thermal governor that uses a PID (Proportional Integral Derivative) controller to control temperature.
Based on the delta from the target temperature, the governor estimates the available power budget. This budget is intelligently allocated among the active actors (CPU cluster, GPUs, etc.) in the system to maximize performance while maintaining temperature control. The governor relies on actor power models which translate performance into power consumption and vice versa.
-This kernel contains the set of patches that introduce the power allocator governor, the power actor interface along with an implementation of a simple power model for the CPU cluster actors. The governor and the actor interfaces are used to create a platform thermal management solution for ARM Juno 64-bit Development Platform.
+This kernel contains the set of patches that introduce the power allocator governor, the power actor interface along with an implementation of a simple power model for the CPU cluster actors. The governor and the actor interfaces are used to create a platform thermal management solution for ARM Juno 64-bit Development Platform. Additionally, this backport also demonstrates integration with a Mali GPU Power Actor.
-This is a demonstration release highlighting the concept and implementation of IPA along with a sample platform integration. The code will continue to evolve based on discussions on the upstream mailing lists as well as partner feedback.
+This is a backport of the code currently scheduled for linux v4.1 along with a sample platform integration. The code will continue to evolve based on discussions on the upstream mailing lists as well as partner feedback.
h4. Kernel Documentation
-"power_allocator.txt" and "power_actor.txt" in the Documentation/thermal folder provide further details about the power allocator and the power actor interface respectively.
-
-h4. Upstream
-
-ARM is working with thermal subsystem maintainers for the inclusion of the power allocator governor and the associated components in mainline Linux since Q2'14. A number of RFCs have been posted to linux-pm mailing list as a result of this effort. The initial RFC describing the concept can be found at -
-
-"http://article.gmane.org/gmane.linux.power-management.general/43243":http://article.gmane.org/gmane.linux.power-management.general/43243
-
-The latest (v5) posting and discussions can be found at -
-
-"http://thread.gmane.org/gmane.linux.power-management.general/47189":http://thread.gmane.org/gmane.linux.power-management.general/47189
+"power_allocator.txt" and "cpu-cooling-api.txt" in the Documentation/thermal folder provide further details about the power allocator governor and the extensions to the cooling device interface respectively.
h3. Linaro Android NDK