Commit graph

1537 commits

Author SHA1 Message Date
guibing
ca3ac26d16 Adpf:caimito: switch to multitier heuristic boost.
Bug: 344685639
Test: Checked the trace file running on the device.
Flag: NONE powerhal doesn't have a flag yet
Change-Id: I550086e5c47991ed25c3b988ca11e8cf9df5d118
2024-07-26 23:21:38 +00:00
Robin Peng
ad6b8d7ce2 [automerger skipped] Update P24 SVN to 4 am: 5f67c9a46c -s ours
am skip reason: Merged-In I03119ef2438d8a01610787cb54c4173d5a5b9a29 with SHA-1 048b248c74 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28421207

Change-Id: Ic9862c49687567a8c9efd017e590e8eb5420ce15
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-22 17:33:59 +00:00
Robin Peng
5f67c9a46c Update P24 SVN to 4
Bug: 350826665
Change-Id: I5de5e88e286aea0a5d5786e7f84732f947a88449
Merged-In: I03119ef2438d8a01610787cb54c4173d5a5b9a29
2024-07-22 06:12:06 +00:00
Robin Peng
1a61f943a7 Update P24 SVN to 4
Bug: 350826665
Flag: build.RELEASE_SVN_CAIMAN
Flag: build.RELEASE_SVN_KOMODO
Flag: build.RELEASE_SVN_TOKAY
Change-Id: I5de5e88e286aea0a5d5786e7f84732f947a88449
2024-07-22 06:01:01 +00:00
Kangping Dong
6ec36922e1 Merge "Add ThreadNetworkDemoApp to Caiman, Komodo, and Tokay" into main 2024-07-19 02:56:45 +00:00
Kyle Hsiao
048b248c74 Update antenna position coordinates
Bug: 353895373
Test: manual
Flag: EXEMPT bugfix
Change-Id: I03119ef2438d8a01610787cb54c4173d5a5b9a29
2024-07-18 13:09:34 +00:00
Kangping Dong
0cad4284a5 Add ThreadNetworkDemoApp to Caiman, Komodo, and Tokay
Flag: EXEMPT userdebug-only change
Bug: 353883169

Change-Id: Ibaaa528d3d157952fcb6e00882f79720281cdc5d
2024-07-18 09:31:35 +00:00
David Lin
4346aa77b5 [automerger skipped] Merge "Changed png to final version." into 24D1-dev am: 0b6ff5a7a3 -s ours
am skip reason: Merged-In I1307429ea089422b6a417bd19f617f191fd4756b with SHA-1 82f05a5baa is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28285301

Change-Id: I9dfacaa7ab258ad03693c419b019fe2b9bd57218
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-16 01:13:53 +00:00
Yuchen Sun
c3665d6bc9 [automerger skipped] Changed png to final version. am: b2925e7450 -s ours
am skip reason: Merged-In I1307429ea089422b6a417bd19f617f191fd4756b with SHA-1 82f05a5baa is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28285301

Change-Id: Iff3ac340cee3dca5ee19c1151c6ab2288ada1d4d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-16 01:13:48 +00:00
David Lin
0b6ff5a7a3 Merge "Changed png to final version." into 24D1-dev 2024-07-16 00:53:34 +00:00
Paul Chen
b1394fecf6 Wifi: Disable config_wifiEnableStaIndoorChannelForPeerNetwork am: ec8cb9fc6f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28241532

Change-Id: If1f547fb02325d9cbde7f55bc4546941576f0339
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-15 04:29:48 +00:00
Lokesh Kumar Goel
d68d6de7c4 Merge "caimito: Use build_flags for SVN" into main 2024-07-12 18:00:40 +00:00
Paul Chen
ec8cb9fc6f Wifi: Disable config_wifiEnableStaIndoorChannelForPeerNetwork
In JP, the device is not allowed to enable hotspot on W52 (5G band 1) outdoors unless the warning statement is present, and the original mechanism would violate regulations when the device connects to AP on W52 and enables the hotspot outdoors.

This CL disable config_wifiEnableStaIndoorChannelForPeerNetwork and make sure the device will not enable hotspot on Indoor Channel

Bug: 351981809
Test: AU drop/IFS/RvR/CTS/VTS/Manual Test, JP SAP indoor channel test
Change-Id: I8598e97b7d614ecc23ad19a86d209192903c4d3b
2024-07-12 07:04:32 +00:00
Zorah Chen
0495e5cffe Merge "Powerhint tuning for photo capture" into main 2024-07-12 05:54:56 +00:00
Yuchen Sun
b2925e7450 Changed png to final version.
Bug:318613060
Test: visual
Change-Id: I1307429ea089422b6a417bd19f617f191fd4756b
(cherry picked from commit 82f05a5baa)
Merged-In: I1307429ea089422b6a417bd19f617f191fd4756b
2024-07-12 05:40:22 +00:00
zorahchen
d68bded2d6 Powerhint tuning for photo capture
UClamp.min of all threads in top app is set to mid core max capacity during photo capture, which will dispatch them to big core.
Critical threads of photo capture will be interrupted due to their lower priority, while other cores idle.

To deal with this situation,
prefer_idle mask to big/mid cores can reduce the idle in mid cores.
UClamp.min on nice can set UClamp.min of photo capture critical threads to mid core max capacity, while others as zero,
this can make critical threads run on big core without frequently interrupted.
By applying this, photo capture latency can be reduced with slight change of power consumption.

Bug:345601796
Performance Test:https://g3doc.corp.google.com/wireless/android/camera/camera_performance_analyzer/power_tuning/results/g3doc/pmu_retune_capture_enhanced/index.md?cl=alikz/1010
Kibble Power Test:https://g3doc.corp.google.com/wireless/android/camera/camera_performance_analyzer/power_tuning/results/g3doc/pmu_kibble_capture_rt_enhanced/index.md?cl=alikz/1044
Flag: NONE powerhint change does not support flags
Change-Id: I8683b50b212d50b85b22b5cb48d712fc8eb43444
2024-07-12 02:03:49 +00:00
Lokesh Kumar Goel
dc64ebbb62 caimito: Use build_flags for SVN
Flag: build.RELEASE_SVN_CAIMAN
Flag: build.RELEASE_SVN_KOMODO
Flag: build.RELEASE_SVN_TOKAY
Bug: 332726030
Change-Id: I8e2a835fd2887c4e77d95bf0a3bc63a25161b080
2024-07-11 19:55:54 +00:00
Yuchen Sun
82f05a5baa Changed png to final version.
Bug: 351392115
Test: visual
Change-Id: I1307429ea089422b6a417bd19f617f191fd4756b
2024-07-11 05:50:14 +00:00
Yuchen Sun
fc56102b50 Merge "Fixxed the picture size." into main 2024-07-11 04:41:47 +00:00
Yuchen Sun
a925c9b973 Fixxed the picture size.
Bug: 351392115
Flag: stanza
Change-Id: Ie72681585011910146b1c5ffdef4b5e43f3896df
2024-07-11 03:02:24 +00:00
David Lin
703643b34b [automerger skipped] Merge "Display: disable NS mode and allow BTS follow operation rate" into 24D1-dev am: 0eb5aa3696 -s ours
am skip reason: Merged-In I992914b7e0c0911d44a9d263dbb4839814f15b12 with SHA-1 58a1edecf2 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28141738

Change-Id: Ic54a0a2230373d8d5f8a89e114188ede249da336
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-11 01:26:23 +00:00
Chris Lu
04afcb9256 [automerger skipped] Display: disable NS mode and allow BTS follow operation rate am: 4ff1f70084 -s ours
am skip reason: Merged-In I992914b7e0c0911d44a9d263dbb4839814f15b12 with SHA-1 58a1edecf2 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28141738

Change-Id: I68b62e5786f638705cc9a3da6b0eb5190593e1ea
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-11 01:26:19 +00:00
David Lin
ee163fa1fa Merge "Increase SPC thresholds based on the field data" into 24D1-dev am: 44ff7d958a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28174403

Change-Id: Ie37e3d25d463f91e2bb03914adba4cc87e47a851
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-11 01:25:49 +00:00
David Lin
0eb5aa3696 Merge "Display: disable NS mode and allow BTS follow operation rate" into 24D1-dev 2024-07-11 01:07:57 +00:00
David Lin
44ff7d958a Merge "Increase SPC thresholds based on the field data" into 24D1-dev 2024-07-11 01:05:55 +00:00
Ali K. Zadeh
7c81eff0a1 Increase SPC thresholds based on the field data
Bug: 350111391
Test: Kibbles/Framedrops https://docs.google.com/document/d/1QvryQvAj_hjSjouG7P6MD1HwVB0n46GZNvmZgz6uQ9M/edit?resourcekey=0-rexjumgYT6SqyTbb0OvOEg&tab=t.0
Test: https://docs.google.com/spreadsheets/d/1e1pm7N1GBfYHU9tvG3gx9Z84tVYCokDlpSnHF2wlbbA/edit?gid=0#gid=0
Flag: EXEMPT bugfix

Change-Id: Iad09beafc595e89d86131b00a3a221af0688eb7a
2024-07-10 16:19:27 +00:00
Robin Peng
9295ecf95a Merge "Update SVN to 3" into 24D1-dev am: b5df65a094
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28189571

Change-Id: I9ac8c54ec450f3537bd4b7d8c638508d7e4a2a83
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-10 09:23:30 +00:00
Robin Peng
b5df65a094 Merge "Update SVN to 3" into 24D1-dev 2024-07-10 09:08:37 +00:00
James Eidson
8e23eb48d4 Merge "[uwb] Support multicast list update ntf v2 on komodo and caiman" into main 2024-07-09 16:19:33 +00:00
Koli Lin
c7581269cf add device id
Test: manual
Bug: 316248308
Flag: EXEMPT prop value only update

Change-Id: I9016a8c44fceabd992d01b0ef322763a5137f902
2024-07-09 08:00:39 +00:00
Ali K. Zadeh
94a371ae50 Increase SPC thresholds based on the field data
Bug: 350111391
Test: Kibbles/Framedrops https://docs.google.com/document/d/1QvryQvAj_hjSjouG7P6MD1HwVB0n46GZNvmZgz6uQ9M/edit?resourcekey=0-rexjumgYT6SqyTbb0OvOEg&tab=t.0
Test: https://docs.google.com/spreadsheets/d/1e1pm7N1GBfYHU9tvG3gx9Z84tVYCokDlpSnHF2wlbbA/edit?gid=0#gid=0

Change-Id: Iad09beafc595e89d86131b00a3a221af0688eb7a
2024-07-08 23:47:22 +00:00
James Eidson
d807e78731 [uwb] Support multicast list update ntf v2 on komodo and caiman
Bug: 350781526
Test: atest CtsUwbTestCases:android.uwb.cts.UwbManagerTest#testFiraRangingSessionAddRemoveControlee
Flag: EXEMPT resource only update
Change-Id: I5c19c9fad87926473042349e2a6dc8930c23948f
2024-07-08 17:36:55 +00:00
Robin Peng
b6a966e0ae Update SVN to 3
Bug: 350826665
Change-Id: I89a9733fdacfc6eef3f6bcb19cc4c0cb1bcc186c
2024-07-05 01:02:54 +00:00
Binyi Wu
bcf41e85e2 Regulation e-label for TK4 GUR25 VN am: a2651611be
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28186524

Change-Id: I351657216556ab8d70e0d4161ab03e9b1d261c26
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-05 01:01:34 +00:00
Binyi Wu
a2651611be Regulation e-label for TK4 GUR25 VN
Bug: 318613060
Flag: EXAMPT image only
Test: Visual
Change-Id: Ifd2eb0c519f9d5e384922d18118976321b84263e
2024-07-04 14:37:36 +00:00
Lynn Yeh
c4d4d1f376 Merge "Update SVN to 2" into 24D1-dev am: 7b18a3fa84
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28157898

Change-Id: Ieb4714dd23cba11c1cd3778120704262891114ba
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-03 08:01:54 +00:00
Lynn Yeh
7b18a3fa84 Merge "Update SVN to 2" into 24D1-dev 2024-07-03 07:37:05 +00:00
Scott Chen
54b8ec4ff5 Merge "powerhint: set valid PMU_BIG_SPC_THRESHOLD for CAMERA_PROJECT11" into main 2024-07-03 04:09:22 +00:00
David Lin
e08a757811 Merge "caimito: config serial no for vendor audio" into 24D1-dev am: 13badff4d8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28027780

Change-Id: Ia5bab56444d38291670ec0f390ea8df3d3529d13
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-03 02:32:28 +00:00
David Lin
e38aa78fd4 Merge "caimito: add default mic compensation" into 24D1-dev am: 11035dbd44
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28027779

Change-Id: Iffa477e55a27e9682da56f8249f6ae12416ba9e3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-03 02:32:24 +00:00
David Lin
c68b95f4ef [automerger skipped] Merge "display: update reduceBrightColorsStrength setting" into 24D1-dev am: 8c7fdc2f31 -s ours
am skip reason: Merged-In Iba176ea5a0b5b6e0ae90a560fc1d2853b6a3633c with SHA-1 6d89d32526 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/27915925

Change-Id: I7141ed6ab895ff53ec4a204d67e894223e2db356
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-03 02:32:00 +00:00
Peter Lin
72b61376c6 [automerger skipped] display: update reduceBrightColorsStrength setting am: ca69c178ae -s ours
am skip reason: Merged-In Iba176ea5a0b5b6e0ae90a560fc1d2853b6a3633c with SHA-1 6d89d32526 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/27915925

Change-Id: I83f10299202ec6a64c545e52c88c66a240707645
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-03 02:31:56 +00:00
David Lin
13badff4d8 Merge "caimito: config serial no for vendor audio" into 24D1-dev 2024-07-03 02:19:47 +00:00
David Lin
11035dbd44 Merge "caimito: add default mic compensation" into 24D1-dev 2024-07-03 02:19:47 +00:00
Robin Peng
7c8f65bf43 Update SVN to 2
Bug: 350826665
Change-Id: I2fb755d247f2efffa2f1c84322b52d33367d5cdb
2024-07-03 02:11:39 +00:00
David Lin
8c7fdc2f31 Merge "display: update reduceBrightColorsStrength setting" into 24D1-dev 2024-07-03 02:09:50 +00:00
David Lin
996a1e7515 Merge "[KM4] Add config.xml to OMA-DM package with DevInfo Model name." into 24D1-dev am: 6596b38578
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28016802

Change-Id: Ifae27a619159351e9e4a8fc9cf74a14ab8833249
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-03 01:01:37 +00:00
David Lin
6596b38578 Merge "[KM4] Add config.xml to OMA-DM package with DevInfo Model name." into 24D1-dev 2024-07-03 00:48:04 +00:00
Greg Piecyk
6cba5792ad Merge "[CM4] Add config.xml to OMA-DM package with DevInfo Model name." into 24D1-dev am: 4d2211d119
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28016799

Change-Id: Ifefb61d1152c5e294f83e42c675a4eb69e44ca50
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-07-02 23:11:32 +00:00
Greg Piecyk
4d2211d119 Merge "[CM4] Add config.xml to OMA-DM package with DevInfo Model name." into 24D1-dev 2024-07-02 22:34:26 +00:00