- generated legacy formulas with DVT and CUJ data
- removed 'battery' thermistor from sensor combination list
- removed 'LINEAR' formulas
Bug: 342227291
Test: verified thermal hal service starts properly with it
Change-Id: Iff59072d432ff98afe852295745cebd81ec73d15
Signed-off-by: Jikai Ma <Jikai@google.com>
With previous samples being used in vt estimation, the sampling period
between vt estimation calls impact vt accuracy. Currently vt model is
using default cache interval of 2 seconds. This change sets the cache
interval to 7 seconds explicitly to match with passive delay
Bug: 341967304
Test: Check vt estimation invoke calls with frequency thermalservice dump
Change-Id: Ic6a38939b2bec88a66c87517e6efa548566ea877
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Due to defalut passive delay of 2 seconds being used for the VT sensor,
previous samples are ignored at 7 seconds intervals. This change sets
explicit passive_delay for VT sensor to make sure we are not ignoring
previous samples and apply step_ratio
Bug: 342257359
Test: Check VIRTUAL-SKIN-MODEL-UPDATED values at run time
Change-Id: I18a9e4913b8153b8d2c3a313451338a9f1b6ca0c
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Enabling step ration for vt model would dampen the vt which seems
to be very sensitive to some of the thermistor changes
Bug: 338284524
Test: Build and boot on device. Monitor Virtual Temperature
Change-Id: Ia45f683e3bef9dc1becf74c683c408ffdecf6e48
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Reduce temperature and charging throttling overshoots by fine-tuning PID
parameters.
Bug: 303547723
Test: boot and charging thermal throtlting worked properly.
Change-Id: Icaeef76998347167976a1ef3606f417db3c5a380
For mmWAVE test cases, legacy equation is under predicting heavily
resulting in virtua-skin switching to vt legacy even though the
model output was more accurate. This change increases the threshold
to address the same
Bug: 338284524
Test: Build and boot on device
Change-Id: I1c7a14a1d9042a2370c30490969d29294fc95f79
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Set big core to group_cfs_skip_mask for sys group when screen is off,
so that sys group tasks will run less in big core.
Bug: 328210236
Test: suspend/resume test
Change-Id: I4868ba0303e981250105b1ff69a6db6458df844a
This reverts commit 1aae9b9089.
Reason for revert: disabling async dvfs of all devices via kernel
Bug: 320066094
Change-Id: I1f9e9b6824a56e6d01932e400b92c8c63968ff0e
Signed-off-by: Jonglin Lee <jonglin@google.com>
- Update VT models trained with dvt and cuj data
- Use backup sensor during undersampling
- Remove battery thermistor from VT model prediction
Bug: 337512118
Bug: 338596757
Test: Build and boot on device. Check VT through dumpsys
adb shell dumpsys thermalservice
Change-Id: Id26238f7baf58e23ef5e1c771d2ee6cf8968ec8e
Signed-off-by: Sayanna Chandula <sayanna@google.com>
<change list>
CM4
--Handset/Handsfree(Duncan)
1: HHSWB SFR for reduce TX high frequency to reduce noisy hissing in noisy env
2: HHWB increase 1dB in TDDRC for SLR meeting target 10.5dB
3: HHWB NS update for car/kitchen noise Apr26 to reduce leqk noise floor discontinuous
4: HHWB fine tune RFRmax for RX distortion pass
5: HHSWB RFRmax increase high frequency for better noisy env listening
6: Batch copy from generic to co-use case
- Headset (Gene)
- Mitigate BB ac. SWB TX hissing noise
- Fine tune HE el. TX EQ for HD-Voice NB/WB SFR
TK4
- Handsfree (Ricky)
1: Double talk echo fixed in HHSWB
2: SFR optimize in HHSWB for DVT
- Headset (Gene)
- Mitigate BB ac. SWB TX hissing noise
- Fine tune HE el. TX EQ for HD-Voice NB/WB SFR
KM4
- Handset (Owen)
1. Rx: Modify WB Rx EQ at Vol_0-3 for Orange Mask
2. Batch copy 1. from generic to co-use case(TMO-US)
- Handsfree (Owen)
1. Rx: Modify SWB Rx DRC gain from 15dB to 16dB at Vol_0-3 for Orange Mask
2. Batch copy from generic to co-use case
- Headset (Gene)
- Mitigate BB ac. SWB TX hissing noise
- Fine tune HE el. TX EQ for HD-Voice NB/WB SFR
Bug: 339124130
Test: Verified by Acoustic team
Change-Id: If2ab8ababf1fbf85388201a3a92d7dd4121bfccd
Signed-off-by: Jason Hsu <jasonchhsu@google.com>
Bug: 338159946
Bug: 338159502
Test: manual test by hardware team
Change-Id: I28ae8309284c599d948d57ca9bc62b7ce2bfef8a
signed-off-by: jasmine cha <chajasmine@google.com>
Because we added the touch reset at the end of gti touch dump,
it's possible making conflict between touch resetting and
syna touch dump. As all the information from the syna touch dump
is already covered by the gti touch dump, remove the syna touch
dump to avoid conflict.
Bug: 338935477
Test: trigger bugreport and there is no error in the log.
Change-Id: I395e45fd2f485c76ad80d05caa20cd27b34d1094
Signed-off-by: Yen-Chao Chen <davidycchen@google.com>