diff --git a/configs/thermal-engine-potter.conf b/configs/thermal-engine-sanders.conf similarity index 75% rename from configs/thermal-engine-potter.conf rename to configs/thermal-engine-sanders.conf index e4b42a1..52ae78a 100644 --- a/configs/thermal-engine-potter.conf +++ b/configs/thermal-engine-sanders.conf @@ -53,16 +53,52 @@ algo_type ss sampling 5000 sensor chg_therm device battery +set_point 50000 +set_point_clr 44000 +time_constant 0 + +[VIRTUAL-MSM-CPU] +algo_type virtual +trip_sensor msm_therm +set_point 41000 +set_point_clr 39000 +sensors tsens_tz_sensor4 tsens_tz_sensor5 tsens_tz_sensor6 tsens_tz_sensor7 +weights 1 1 1 1 +sampling 1000 +math 0 + +[SS-MSM-CPU] +algo_type ss +sampling 1000 +sensor VIRTUAL-MSM-CPU +device battery set_point 43000 -set_point_clr 41000 +set_point_clr 40000 + +[VIRTUAL-MSM-GPU] +algo_type virtual +trip_sensor msm_therm +set_point 41000 +set_point_clr 39000 +sensors tsens_tz_sensor15 +sampling 1000 +math 2 + +[SS-MSM-GPU] +algo_type ss +sampling 1000 +sensor VIRTUAL-MSM-GPU +device battery +set_point 43000 +set_point_clr 40000 [SS-MSM-CLUSTER0] algo_type ss sampling 1000 sensor msm_therm device cluster0 -set_point 49000 -set_point_clr 44000 +set_point 43000 +set_point_clr 41000 device_max_limit 1401600 [VIRTUAL-CPUS] diff --git a/device.mk b/device.mk index 234dc80..f2ea89a 100644 --- a/device.mk +++ b/device.mk @@ -330,7 +330,7 @@ PRODUCT_PACKAGES += \ # Thermal PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/thermal-engine-potter.conf:system/etc/thermal-engine-potter.conf + $(LOCAL_PATH)/configs/thermal-engine-sanders.conf:system/etc/thermal-engine-sanders.conf # USB HAL PRODUCT_PACKAGES += \