From 62eb2122efcd8b8e2993423898fe6d54ab67dd9b Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Mon, 12 Jun 2023 13:23:39 +0800 Subject: [PATCH 1/3] Update Felix SVN to 13 Bug: 278035362 Change-Id: I5214dc1a9a28b826d2b4889db393e5980cc33a7e --- device-felix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index ee6aea6..e900e83 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -197,7 +197,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=12 + ro.vendor.build.svn=13 # Vibrator HAL PRODUCT_VENDOR_PROPERTIES +=\ From f619bc1510de6096a742519160aa5b2edbc7b86e Mon Sep 17 00:00:00 2001 From: Ziyi Cui Date: Tue, 13 Jun 2023 17:40:15 +0000 Subject: [PATCH 2/3] powerhint: Reduce StaleTimeFactor Reduce StaleTimeFactor for power saving Bug: 269523712 Test: boot and run uibench Change-Id: I0c8811a78ca66c8f9ec2f9c40c83fd02655eb0f0 Signed-off-by: Ziyi Cui --- powerhint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powerhint.json b/powerhint.json index b7af264..1112dc2 100644 --- a/powerhint.json +++ b/powerhint.json @@ -2280,7 +2280,7 @@ "EarlyBoost_On": false, "EarlyBoost_TimeFactor": 0.0, "TargetTimeFactor": 1.0, - "StaleTimeFactor": 20.0 + "StaleTimeFactor": 15.0 }, { "Name": "REFRESH_90FPS", @@ -2304,7 +2304,7 @@ "EarlyBoost_On": false, "EarlyBoost_TimeFactor": 0.0, "TargetTimeFactor": 1.0, - "StaleTimeFactor": 20.0 + "StaleTimeFactor": 15.0 }, { "Name": "REFRESH_60FPS", @@ -2328,7 +2328,7 @@ "EarlyBoost_On": false, "EarlyBoost_TimeFactor": 0.0, "TargetTimeFactor": 1.0, - "StaleTimeFactor": 20.0 + "StaleTimeFactor": 15.0 }, { "Name": "UiHighBoostWithoutPid", From 8a7c8edccaae1201c4902a7a394113298ebf572d Mon Sep 17 00:00:00 2001 From: paulsu Date: Wed, 14 Jun 2023 05:25:17 +0000 Subject: [PATCH 3/3] Remove UgBgGroupThrottle node to keep ug_bg_group_throttle 308 by default Bug: 280258727 Test: Found regression in b/286002292, local test. Change-Id: I2f4225be0b98a11028edf1ba4271f2ce6da8c8db Signed-off-by: paulsu --- powerhint.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/powerhint.json b/powerhint.json index b7af264..181fdee 100644 --- a/powerhint.json +++ b/powerhint.json @@ -582,16 +582,6 @@ ], "DefaultIndex": 0, "ResetOnInit": true - }, - { - "Name": "UgBgGroupThrottle", - "Path": "/proc/vendor_sched/ug_bg_group_throttle", - "Values": [ - "512", - "308" - ], - "DefaultIndex": 0, - "ResetOnInit": true } ], "Actions": [