Add a step ratio of 0.4 to vskin-speaker-model prediction.
This will help to:
- reduce the noise due to overfitting
- avoid sudden jump in temperature
Bug: 339522501
Test: Push to device and verify dumpsys and thermal log
Change-Id: Ia266e6135efca77e6dfee79b7111c9be1d53b67a
This CL enables PMU feature during photo capture. With the new settings, we can achieve up to 120ms saving in capture latency, while paying a penalty of 60mW. However, even with the added power, we are still below the F10 numbers (go/f10-camera-power-gtw).
Refer to ag/27238472
Bug: 340130143
Test: GCA photo capture
Change-Id: Ic1f4d5752a943a6898d92b0e44c78a85325be0a9
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: I2f517cb891b4c0ead0f61f7102c3d602eb383471
With MulticamRoutingNode on RT, the performance is no longer impacted by
having CDPreferIdle disabled. Additionally, this CL reduces DSUMin to
610MHz, saving overall up to 50mW in CPU power.
Refer to ag/27091363
Bug: 339154889
Test: Build pass
Change-Id: I4d4d8dd64832dabd7fc60b0dfe7a0b69b5b76df4
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: Ib408a70bb0d5121c027959d423a114954d777c58
Signed-off-by: Yen-Chao Chen <davidycchen@google.com>
Enable undersampling for VSkin-Model adn VSkin-Speaker-Model, this will
enable to avoid unnecesary read temp fails when enough samples not
collected.
Bug: 338920071
Test: Push config and verify for thermal error logs
Change-Id: Ic8af11170c0273286068c12493615c4b838ecacc
Replacec cdevceiling and hardlimit information with freuqencies in
thermal config
Bug: 336698561
Test: Flash Build and boot to home, run adb dumpsys android.hardware.thermal.IThermal/default, check the cdevceiling and hardlimit number for gpu
Change-Id: I7b582b3d19ddea8c5c3a643d57972167ed5b6c87
Signed-off-by: Peter (YM) <peterym@google.com>
VSYS_PWR_MMWAVE will be replaced with S12S_VDD_AUR on SUB6
only sku. The replacement failed sometimes because there are
2 random mappings to iio device.
Mapping 1
iio:device0 -> s2mpg14-odpm
iio:device1 -> s2mpg15-odpm
Mapping 2
iio:device0 -> s2mpg15-odpm
iio:device1 -> s2mpg14-odpm
Bug: 337665886
Bug: 338416918
Bug: 338316877
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I0f469f663ca25dce86f4e9e44442723627fbb724
Signed-off-by: Darren Hsu <darrenhsu@google.com>