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
Bug: 315915958
Test: build pass and GPS function works
Change-Id: I886db2dcf8f0c2b30a208db1e83140205e681253
Merged-In: I886db2dcf8f0c2b30a208db1e83140205e681253
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>
This reverts commit 2e325a80b2.
Reason for revert: may get geekbench5/6 regressed
Bug: 338140604
Bug: 338141118
Change-Id: I7866afa56a598ffcf56c51cbea21a6237372a599
Add the "UclampMax_EfficientBase" value to the ADPF config in the
powerhint.json to specify efficient core scheduling in the static
case, and "UclampMax_EfficientOffset" for the dynamic case, for this
device.
Bug: 277285195
Test: manual
Change-Id: I46a03a794fab1446fe3dd2f7b8a87c723157bd24
Since `preloaded_nanoapps.json` has different configurations for
`factory` products and `non-factory` products, `soong_namespace {}`
needs to be added to the converted Android.bp file to avoid misuse.
Additionally, due to ag/27080050, ag/27081111, ag/27095942, ag/27095945
ag/27095945, ag/27138057, ag/27138236, a common inheritance layer has
been added to all `non-factory` products. Therefore, setting different
`PRODUCT_SOONG_NAMESPACES` in the corresponding `<DEVICE>_generic.mk`
and `factory_<DEVICE>.mk` files will allow factory products and
non-factory products to use different preloaded_nanoapps.json.
Bug: 336452008
Test: 1. lunch <device_name>-trunk_staging-userdebug && \
m -j preloaded_nanoapps.json
2. Check ./out/target/product/<device_name>/.../preloaded_nanoapps.json
It should be the <device_name> version.
3. lunch factory_<device_name>-trunk_staging-userdebug && \
m -j preloaded_nanoapps.json
4. Check ./out/target/product/<device_name>/.../preloaded_nanoapps.json
It should be the factory version.
Change-Id: I80204d2868b209273eb7d696ad8359c9d7a26c05
- Add new thermal config for wingboard without dependency on:
- chg_mdis
- inner_brightness zone
- Update init_thermal_config to check if wingboard, if so use the custom
config
Bug: 335005016
Test: Build and boot to verify thermal logs
Change-Id: I58b9517de2acdfca0e371ce1a5dfe486eb6c15ee
Add an additional layer of inheritance for `aosp_comet`.
This change adds a common layer of inheritance for non-factory
products (comet_generic.mk). This makes it easier to configure
factory and non-factory products differently.
Non-factory `comet` products now inherits from
`device/google/comet/comet_generic.mk` which inherit from
`device/google/comet/device-comet.mk`.
aconfig flags: Flag: EXEMPT mechanical refactoring
build flags: Flag: EXEMPT mechanical refactoring
Bug: 336452008
Bug: 336707612
Test: lunch aosp_comet-trunk_staging-userdebug && m
Change-Id: I22306fbe0eadc217d61a19ebd163265f9d0f12a0