thermal: enable thermal engine for evt1.0 devices am: 1f98950323
am: e09a5fc3fc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17902573 Change-Id: Ia39650121e1f37cf51955b0c876fc9e3641660a7 Ignore-AOSP-First: this is an automerge Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f03b43af38
7 changed files with 11 additions and 5 deletions
|
@ -82,6 +82,12 @@ on property:persist.vendor.se.ese2.mode=ctsmode
|
||||||
on init && property:ro.boot.hw.soc.rev=0
|
on init && property:ro.boot.hw.soc.rev=0
|
||||||
setprop vendor.powerhal.config powerhint-a0.json
|
setprop vendor.powerhal.config powerhint-a0.json
|
||||||
|
|
||||||
|
on property:ro.boot.hardware.revision=PROTO1.0
|
||||||
|
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||||
|
|
||||||
|
on property:ro.boot.hardware.revision=PROTO1.1
|
||||||
|
setprop vendor.thermal.config "thermal_info_config_proto.json"
|
||||||
|
|
||||||
# Touch
|
# Touch
|
||||||
on property:vendor.device.modules.ready=1
|
on property:vendor.device.modules.ready=1
|
||||||
chown system system /proc/focaltech_touch/Channel_Num
|
chown system system /proc/focaltech_touch/Channel_Num
|
||||||
|
|
|
@ -110,7 +110,7 @@ DEVICE_MANIFEST_FILE += \
|
||||||
# Thermal Config
|
# Thermal Config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/pantah/thermal_info_config_cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
device/google/pantah/thermal_info_config_cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||||
|
|
||||||
# Power HAL config
|
# Power HAL config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -80,7 +80,7 @@ DEVICE_MANIFEST_FILE += \
|
||||||
# Thermal Config
|
# Thermal Config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/pantah/thermal_info_config_cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
device/google/pantah/thermal_info_config_cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||||
|
|
||||||
# Power HAL config
|
# Power HAL config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -98,7 +98,7 @@ DEVICE_MANIFEST_FILE += \
|
||||||
# Thermal Config
|
# Thermal Config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/pantah/thermal_info_config_panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
device/google/pantah/thermal_info_config_panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||||
|
|
||||||
# Power HAL config
|
# Power HAL config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -85,7 +85,7 @@ DEVICE_MANIFEST_FILE += \
|
||||||
# Thermal Config
|
# Thermal Config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/pantah/thermal_info_config_ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
device/google/pantah/thermal_info_config_ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \
|
||||||
device/google/pantah/thermal_info_config_A0.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_A0.json
|
device/google/pantah/thermal_info_config_proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_proto.json
|
||||||
|
|
||||||
# Power HAL config
|
# Power HAL config
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
"Formula":"WEIGHTED_AVG",
|
"Formula":"WEIGHTED_AVG",
|
||||||
"Combination":["qi_therm", "quiet_therm"],
|
"Combination":["qi_therm", "quiet_therm"],
|
||||||
"Coefficient":[0.3, 0.7],
|
"Coefficient":[0.3, 0.7],
|
||||||
"Offset":-1400,
|
"Offset":-1400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-QI-DISP",
|
"Name":"VIRTUAL-QI-DISP",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue