From a16a9542b4deab7e7b89ac33ea18bb1cf8acc5e8 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Wed, 14 Aug 2024 09:04:46 +0000 Subject: [PATCH 1/2] thermal:remove unused state2power value Bug: 355566259 Test: Build test Change-Id: I319d788673ff191fb416dfe0691d8f95d6471886 Signed-off-by: Peter (YM) --- thermal_info_config_bluejay.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thermal_info_config_bluejay.json b/thermal_info_config_bluejay.json index 17b0eb0..1f4e312 100644 --- a/thermal_info_config_bluejay.json +++ b/thermal_info_config_bluejay.json @@ -980,28 +980,24 @@ "Name":"thermal-cpufreq-0", "Type":"CPU", "WritePath":"/dev/thermal/cdev-by-name/thermal-cpufreq-0/user_vote", - "State2Power":["436", "372", "320", "248", "224", "188", "164", "120", "80", "60", "24"], "PowerRail":"S4M_VDD_CPUCL0" }, { "Name":"thermal-cpufreq-1", "Type":"CPU", "WritePath":"/dev/thermal/cdev-by-name/thermal-cpufreq-1/user_vote", - "State2Power":["1260", "1074", "904", "730", "594", "476", "374", "314", "240", "200", "162", "130", "94", "60"], "PowerRail":"S3M_VDD_CPUCL1" }, { "Name":"thermal-cpufreq-2", "Type":"CPU", "WritePath":"/dev/thermal/cdev-by-name/thermal-cpufreq-2/user_vote", - "State2Power":["4406", "3874", "3500", "3052", "2704", "2334", "2176", "1864", "1492", "1362", "1116", "908", "756", "594", "478", "388", "178"], "PowerRail":"S2M_VDD_CPUCL2" }, { "Name":"thermal-gpufreq-0", "Type":"GPU", "WritePath":"/dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote", - "State2Power":["4599", "3727", "3259", "2378", "2044", "1813", "1449", "1223", "1007", "804", "633", "452"], "PowerRail":"S2S_VDD_G3D" }, { From 98398289334234e76ddbd3414f17d779c799609b Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 14 Aug 2024 22:46:51 +0000 Subject: [PATCH 2/2] Update bluejay SVN to 65 Bug: 352170103 Change-Id: Ibaffcbff22afca909b9219e9dd90ac3e01fed94d Flag: EXEMPT bugfix --- device-bluejay.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index f779f97..1ba2809 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -133,7 +133,7 @@ ifdef RELEASE_SVN_BLUEJAY TARGET_SVN ?= $(RELEASE_SVN_BLUEJAY) else # Set this for older releases that don't use build flag -TARGET_SVN ?= 64 +TARGET_SVN ?= 65 endif PRODUCT_VENDOR_PROPERTIES += \