From 1c8a6102ec2a840916b3a112e2ae93cf170cc183 Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Tue, 27 Sep 2016 11:55:24 +0530 Subject: [PATCH] UPSTREAM: mainboard/google/reef: Update DPTF policy temp. values for CPU This patch increases the CPU specific passive temp. trip point and critical temp. trip point value for DPTF policy. BUG=chrome-os-partner:57903 BRANCH=None TEST=Built, booted on reef and verified this passive and critical temp. trip points with heavy workload. Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/16766 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Venkateswarlu V Vinjamuri Change-Id: I2a38d01a6539c1bd478f8716c4b543ebcd1f2080 Reviewed-on: https://chromium-review.googlesource.com/391926 Commit-Ready: Furquan Shaikh Tested-by: Sumeet R Pawnikar Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin Reviewed-by: Sumeet R Pawnikar --- .../reef/variants/baseboard/include/baseboard/acpi/dptf.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl index 8c186870a8..43e2e93045 100644 --- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl +++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl @@ -14,8 +14,8 @@ * GNU General Public License for more details. */ -#define DPTF_CPU_PASSIVE 80 -#define DPTF_CPU_CRITICAL 90 +#define DPTF_CPU_PASSIVE 95 +#define DPTF_CPU_CRITICAL 99 #define DPTF_CPU_ACTIVE_AC0 90 #define DPTF_CPU_ACTIVE_AC1 80 #define DPTF_CPU_ACTIVE_AC2 70