From cc0e9d0470ef5e84236156899d36304f822bac33 Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Sat, 16 Apr 2022 20:29:48 +0800 Subject: [PATCH 1/5] Phase out config_roundedCornerMultipleRadius from overlay package [B3] Phasing out config_roundedCornerMultipleRadius config from device overlay package. Bug: 224688507 Test: Build ROM and pass presubmit test Change-Id: I26b73cf16fec0017b9ded38f9e20f1a2379b5b60 --- .../frameworks/base/packages/SystemUI/res/values/config.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bluejay/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/bluejay/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index 7a655ac..c808e5b 100644 --- a/bluejay/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/bluejay/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -65,8 +65,6 @@ --> M 71,0 C 33,0 22,-1 10,10 -1,22 0,33 0,71 - true - M 494,66 From 17bcf96161647d5fc80dd1e6bfd5c965f05d706e Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Mon, 18 Apr 2022 14:02:42 +0800 Subject: [PATCH 2/5] Jump SVN to 2 for VZW FRC3 Bug: 229557188 Change-Id: I712c199a9462a58ba6c115baa5a7f88e14622c83 --- device-bluejay.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index 9cb05f5..1204f2c 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -117,7 +117,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=1 + ro.vendor.build.svn=2 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From a13ce725634ab4d56dbbf0991d9c268b60526dd3 Mon Sep 17 00:00:00 2001 From: Taeju Park Date: Wed, 20 Apr 2022 19:00:30 +0000 Subject: [PATCH 3/5] Add powerhint nodes for PMU parameter tune Bug: 223688700 Signed-off-by: Taeju Park Change-Id: I9b3d92207253618560d7fd3e361f7344e0eea119 --- powerhint.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/powerhint.json b/powerhint.json index dfbc459..370aafc 100644 --- a/powerhint.json +++ b/powerhint.json @@ -411,6 +411,15 @@ "1" ], "DefaultIndex": 0 + }, + { + "Name": "PMU_POLL", + "Path": "/proc/vendor_sched/pmu_poll_enable", + "Values": [ + "0", + "1" + ], + "DefaultIndex": 0 } ], "Actions": [ @@ -1134,6 +1143,12 @@ "Duration": 3600000, "Value": "2401000" }, + { + "PowerHint": "LOW_POWER", + "Node": "PMU_POLL", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "REFRESH_60FPS", "Node": "TAUClampBoost", @@ -1223,6 +1238,12 @@ "Duration": 0, "Value": "400000" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_SEVERE", + "Node": "PMU_POLL", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN_SEVERE", "Node": "BigControlTempSet", @@ -1331,6 +1352,12 @@ "Duration": 1000, "Value": "1" }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", + "Node": "PMU_POLL", + "Duration": 0, + "Value": "1" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", "Node": "BigControlTempSet", @@ -1414,6 +1441,12 @@ "Node": "RestrictedCpuset", "Duration": 0, "Value": "0-3" + }, + { + "PowerHint": "THERMAL_VIRTUAL-SKIN_LIGHT", + "Node": "PMU_POLL", + "Duration": 0, + "Value": "1" } ], "AdpfConfig": [ From 9df3e194b12c96585cdf20c80e7258cf327e67bb Mon Sep 17 00:00:00 2001 From: chungkai Date: Thu, 14 Apr 2022 03:10:01 +0000 Subject: [PATCH 4/5] powerhal: update new boost uclamp value update new boost uclamp value since we update cpu capacity Test: None Bug: 224649226 Signed-off-by: chungkai Change-Id: I5c57242c042326907725bac0a024aed01506694b --- powerhint.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/powerhint.json b/powerhint.json index 2b0e445..03102b8 100644 --- a/powerhint.json +++ b/powerhint.json @@ -143,9 +143,9 @@ "Path": "/proc/vendor_sched/ta_uclamp_min", "Values": [ "553", - "108", + "126", "1", - "42" + "55" ], "ResetOnInit": true }, @@ -153,9 +153,9 @@ "Name": "SFUClampBoost", "Path": "/proc/vendor_sched/sf_uclamp_min", "Values": [ - "125", - "65", - "30" + "160", + "85", + "39" ], "ResetOnInit": true }, @@ -163,7 +163,7 @@ "Name": "MLUclampBoost", "Path": "/proc/vendor_sched/nnapi_uclamp_min", "Values": [ - "154", + "180", "512" ], "DefaultIndex": 0, @@ -418,7 +418,7 @@ "PowerHint": "INTERACTION", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "85" }, { "PowerHint": "DEVICE_IDLE", @@ -430,7 +430,7 @@ "PowerHint": "LAUNCH", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "85" }, { "PowerHint": "LAUNCH", @@ -1138,7 +1138,7 @@ "PowerHint": "REFRESH_60FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "42" + "Value": "55" }, { "PowerHint": "ADPF_DISABLE_TA_BOOST", @@ -1170,7 +1170,7 @@ "PowerHint": "BOOST_60HZ", "Node": "TAUClampBoost", "Duration": 200, - "Value": "108" + "Value": "126" }, { "PowerHint": "DISPLAY_IDLE", From d22878ff0f483269b9964aadc6c54217dab72ac9 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Thu, 21 Apr 2022 16:10:37 +0800 Subject: [PATCH 5/5] Reduce FG prefer_idle when display is idle Bug: 178016953 Test: build Signed-off-by: Wei Wang Change-Id: Ifdaafb5a8bed09490cbb62930ea5447e85bd5557 --- powerhint.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/powerhint.json b/powerhint.json index 370aafc..819b4bd 100644 --- a/powerhint.json +++ b/powerhint.json @@ -250,6 +250,15 @@ ], "ResetOnInit": true }, + { + "Name": "FGPreferIdle", + "Path": "/proc/vendor_sched/fg_prefer_idle", + "Values": [ + "0", + "1" + ], + "ResetOnInit": true + }, { "Name": "CDPreferHighCap", "Path": "/proc/vendor_sched/cam_prefer_high_cap", @@ -1187,6 +1196,12 @@ "Duration": 200, "Value": "108" }, + { + "PowerHint": "DISPLAY_IDLE", + "Node": "FGPreferIdle", + "Duration": 0, + "Value": "0" + }, { "PowerHint": "DISPLAY_IDLE", "Node": "TAUClampBoost",