Commit graph

3333 commits

Author SHA1 Message Date
Xin Li
01bf7a8334 [automerger skipped] Merge 24Q3 to AOSP main am: 5163ff95bd -s ours am: 5bae1ba68b -s ours
am skip reason: Merged-In Ibec4f0c908089ca4304e59e9d37529fa2d4fa40d with SHA-1 ea3a914a03 is already in history

Original change: https://android-review.googlesource.com/c/device/google/shusky/+/3258471

Change-Id: Ic1ad5c66fa0224b6b4fa5d95a01583e237b0c2bb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-09-07 03:22:08 +00:00
Xin Li
5bae1ba68b [automerger skipped] Merge 24Q3 to AOSP main am: 5163ff95bd -s ours
am skip reason: Merged-In Ibec4f0c908089ca4304e59e9d37529fa2d4fa40d with SHA-1 ea3a914a03 is already in history

Original change: https://android-review.googlesource.com/c/device/google/shusky/+/3258471

Change-Id: I1ae928e12c1a3313331d323e138b1b1b2d7b1ae2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-09-07 02:42:14 +00:00
Treehugger Robot
5848a1337c Merge "Symlink current prebuilt folder to android root" into main 2024-09-06 10:36:12 +00:00
Koli Lin
169430b790 Merge "Update product id for Shiba and Husky" into main 2024-09-06 09:41:17 +00:00
Treehugger Robot
96d91001b0 Merge "Enable auto prefer idle" into main 2024-09-06 09:30:43 +00:00
Koli Lin
cc052744f1 Update product id for Shiba and Husky
Test: manual
Bug: 316248308
Flag: EXEMPT prop value only update
Change-Id: I5f8afb3ab826864884b3ba2cf27bd149efea3c2f
2024-09-06 07:49:04 +00:00
Robin Peng
50bfd15103 Symlink current prebuilt folder to android root
The Android are now based on Trunk Stable world and Pixel prebuilts CLs
also needs to reply with this which controlled by the flag which results:
- the flag value might be different on each branches
- the flag value are mostly different on each release configuration
- for local builds, ENGs' needs to figure out the correct location
  of current prebuilts by checking through entire prebuilt textproto
  files

To alleviate this problem, create an symlink file under android root
indicates current prebuilt path after invoke the android lunch cmd.

Bug: 364831620
Flag: EXEMPT export current prebuilt path
Change-Id: I9066437856338ef7da02be5648a119c1c38cc288
Signed-off-by: Robin Peng <robinpeng@google.com>
2024-09-06 07:36:46 +00:00
Xin Li
5163ff95bd Merge 24Q3 to AOSP main
Bug: 357762254
Merged-In: Ibec4f0c908089ca4304e59e9d37529fa2d4fa40d
Change-Id: Ib38789414cda136787b979c7f4b66929d96d1a97
2024-09-05 17:02:38 -07:00
Rick Yiu
da53d20798 Fix cpu mask for big core
The big core mask on zuma should be 0x100.

Bug: 248621289
Test: build pass
Flag: NONE powerhint change does not support flags
Change-Id: Id9dbd933505d3eaa2553ed1851883a3042028f16
2024-09-03 09:16:21 +00:00
Paulsu Su
d576c70006 Merge changes I1adc41ac,I0242977f into main
* changes:
  powerhint: Update not available frequency to reflect its actual behavior
  Update mismatched frequency for husky and shiba
2024-08-31 07:35:44 +00:00
Paulsu Su
e2a796691d powerhint: Update not available frequency to reflect its actual behavior
Some frequencies uses unavailable frequency other soc ex: ag/22293847, the patch update them to explicitly show the actual actions of driver.

Bug: 361294204
Change-Id: I1adc41aca636650b4eaad179d73bde030146347c
FLAG: NONE powerhint do not need flag
2024-08-31 05:20:01 +00:00
Jay Wang
97fa59f0ab Merge "powerhint: Lower CAM uclamp min" into main 2024-08-30 23:29:31 +00:00
Treehugger Robot
d273ab046f Merge "Delete mapper4 manifest" into main 2024-08-30 01:29:59 +00:00
Wei Wang
17aa33acf2 Merge "Set big core to group_cfs_skip_mask for sys group by default" into main 2024-08-29 23:51:16 +00:00
Nikita Ioffe
4228ec9505 Merge "shiba: Remove AVF assignable devices" into main 2024-08-29 15:26:51 +00:00
Ankit Goyal
6041d91a96 Delete mapper4 manifest
Bug: 362183626
Flag: EXEMPT manifest update
Test: Boot to home on shiba
Change-Id: Ic4fb66eebda66173aa8186d96f2b1dbd9ea33ad8
2024-08-28 22:55:29 -07:00
JJ Lee
3c9c95e76f Merge "audio: power optimization for deepbuffer playback" into main 2024-08-29 04:43:53 +00:00
Treehugger Robot
9d661c85b1 Merge "Update estimated WiFi power consumption value" into main 2024-08-28 15:36:36 +00:00
Hana Huang
e295a3ae54 Update estimated WiFi power consumption value
Bug: 351925447
Test: Wifi Regression Test
Flag: EXEMPT overlay update
Change-Id: I2b4badc92df027d366e9f3b21b6eb0c17022ad42
Signed-off-by: Hana Huang <hanahuang@google.com>
2024-08-28 09:49:29 +00:00
JJ Lee
80d1365e54 audio: power optimization for deepbuffer playback
Bug: 249436330
Test: build pass, cts pass, regression test pass
Flag: EXEMPT bugfix
Change-Id: Iacf4ad1ade7148491b24e7bd0f1e423f0a6d34de
Signed-off-by: JJ Lee <leejj@google.com>
2024-08-28 08:21:55 +00:00
Treehugger Robot
ab7354fdf0 Merge "gps: Re-enable GLO & QZSS in US" into main 2024-08-28 05:27:46 +00:00
Rick Yiu
a2b661cfc1 Enable auto prefer idle
Also disable prefer idle for TA and FG by default.

Bug: 236868627
Flag: NONE powerhint change does not support flags
Test: build pass
Change-Id: I0d06e707900ec9a85decbdecbd184532743c7de0
2024-08-27 15:04:37 +00:00
Rick Yiu
54c0accb7f Set big core to group_cfs_skip_mask for sys group by default
Let sys group tasks will run less in big core by default.

Bug: 328210236
Test: build pass
Change-Id: I0092c5d32091894750287fb1fb0c5756158d37b1
2024-08-27 14:50:20 +00:00
Pindar Yang
c36d7a7972 Switch bootloader and radio directory to control by build flag
Flag: build.RELEASE_GOOGLE_PRODUCT_RADIO_DIR, build.RELEASE_GOOGLE_PRODUCT_RADIOCFG_DIR, build.RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR
Bug: 361226755
Change-Id: I093090da431f7a8daa15fffbd5ffe372ef2c8fa4
Signed-off-by: Pindar Yang <pindaryang@google.com>
2024-08-27 06:17:30 +00:00
Shinru Han
6391431d89 gps: Re-enable GLO & QZSS in US
Test: on-device
Bug: 353579502
Change-Id: I9186c0cd69e61c9e2a772e47531e7626c91fdaa4
2024-08-27 06:16:35 +00:00
Treehugger Robot
410296c942 Merge "Fix the husky_car target path" into main 2024-08-22 22:43:57 +00:00
Gaurav Sarode
6c73ef923d Fix the husky_car target path
bug: 361168394
Flag: EXEMPT bugfix
Test: local build and flash
Change-Id: Ia0504cc622ffd5d528056e94436f5b80deea8812
2024-08-22 19:54:40 +00:00
Paulsu Su
70363dbbfa Update mismatched frequency for husky and shiba
- Update freq for legacy mismatched frequency with the rule of scaling_max_freq will automatically round down, scaling_min_freq will round up. All powerhint behavior should not change.
- Remove some min/max frequency not used in any nodes.

Bug: 361294204
FLAG: NONE powerhint do not need flag
Change-Id: I0242977f05f859ad5c3c38673579e296e74c78ca
2024-08-22 02:35:18 +00:00
Wayne Lin
50e9b3606e Merge "gps: add CpEarlyFixGuardTimeSec to prevent earlyfix response delay" into main 2024-08-20 02:41:29 +00:00
Wayne Lin
3edf043146 gps: add CpEarlyFixGuardTimeSec to prevent earlyfix response delay
Bug: 358041425
Test: verify pass
Change-Id: Id7ca5b55b05b820a73ec149628a3519008da6b6b
2024-08-19 10:03:47 +00:00
Peter (YM)
eff59eac89 Merge "thermal: read thermistor temp from sysfs" into main 2024-08-19 04:10:06 +00:00
Peter (YM)
0febe5ef59 thermal: read thermistor temp from sysfs
- avoid wrong sensor value reading for thermalHAL

Bug: 327327502
Test: Build to boot to home
Flag: EXEMPT (bug 337358613)
Change-Id: I0a583f2f921d29265fef783538dd9c7ea291d794
Signed-off-by: Peter (YM) <peterym@google.com>
2024-08-16 06:49:43 +00:00
Peter (YM)
b5232abd4d Merge "thermal:remove unused state2power value" into main 2024-08-15 07:19:17 +00:00
Peter (YM)
cc6945daba thermal:remove unused state2power value
Bug: 355566259
Test: Build test
Flag: EXEMPT NDK
Change-Id: If0820929e5346a210d5a55f210b5aa86035fd155
Signed-off-by: Peter (YM) <peterym@google.com>
2024-08-15 04:13:33 +00:00
Ankur Bakshi
d7d4935fe1 Merge changes from topic "sep-svn-set2" into main
* changes:
  Update husky SVN to 38
  Update husky SVN to 37
  Update husky SVN to 36
2024-08-15 00:48:50 +00:00
Ankur Bakshi
3610f04d63 Merge changes from topic "sep-svn-set2" into main
* changes:
  Update shiba SVN to 38
  Update shiba SVN to 37
  Update shiba SVN to 36
2024-08-15 00:48:50 +00:00
Ankur Bakshi
c2adbb97e3 Update husky SVN to 38
Bug: 352170103
Change-Id: I9d1a7d585cb5e7cbe8916532af93ed6acd98b135
Flag: EXEMPT bugfix
2024-08-14 23:30:28 +00:00
Ankur Bakshi
cadf338666 Update husky SVN to 37
Bug: 352170103
Change-Id: I8ae5e6aba99c0d737a571d5d21f9361402c552e5
Flag: EXEMPT bugfix
2024-08-14 23:28:42 +00:00
Ankur Bakshi
900ef331c9 Update husky SVN to 36
Bug: 352170103
Change-Id: I60133f5949a5b7598af6d29181c61a5fca78edc7
Flag: EXEMPT bugfix
2024-08-14 23:25:34 +00:00
Ankur Bakshi
90b564e7c1 Update shiba SVN to 38
Bug: 352170103
Change-Id: Ib060e30902cdd06922abf36158e44b958a9f8412
Flag: EXEMPT bugfix
2024-08-14 23:23:48 +00:00
Ankur Bakshi
5b4b08ce53 Update shiba SVN to 37
Bug: 352170103
Change-Id: I0fd5f194fcb5d529fcbba4dfa524b23e24fb35e1
Flag: EXEMPT bugfix
2024-08-14 23:22:19 +00:00
Ankur Bakshi
54d9a67640 Update shiba SVN to 36
Bug: 352170103
Change-Id: I407ec18b0edfb410e6df0b6b4bf1d57f1bf7ff18
Flag: EXEMPT bugfix
2024-08-14 23:20:34 +00:00
Shreshta Manu
9e2e0835ec [uwb] enable multicast update rsp v2
Test: atest CtsUwbTestCases
Bug: 359665219
Flag: EXEMPT overlay update
Change-Id: I65300ef6be669568ee2d63a28d189ef00a63402d
2024-08-14 18:41:45 +00:00
Xin Li
8163a77f3c [automerger skipped] Mark 24Q3 (ab/AP3A.240905.015) as merged am: ab7dd5cc58 -s ours
am skip reason: Merged-In Ibec4f0c908089ca4304e59e9d37529fa2d4fa40d with SHA-1 28a1b27468 is already in history

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

Change-Id: I2754442294b788be062e74e5429c71ec128fdf80
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-08-14 00:44:37 +00:00
Xin Li
ab7dd5cc58 Mark 24Q3 (ab/AP3A.240905.015) as merged
Bug: 347831320
Merged-In: Ibec4f0c908089ca4304e59e9d37529fa2d4fa40d
Change-Id: I8864905b80fec652a9da8e5987e436cb463af151
2024-08-13 15:41:16 -07:00
Mostafa Saleh
c3e76e51fa shiba: Remove AVF assignable devices
This should be in experimental.

Bug: 352009226
Bug: 349571564
Flag: EXEMPT experimental code
Change-Id: I712caa712286c9625ca22983ba55395f08d7f22d
Signed-off-by: Mostafa Saleh <smostafa@google.com>
2024-08-13 11:18:15 +00:00
Jay
0dd1ab91a9 powerhint: Lower CAM uclamp min
Current CAM uclamp min is beyond MID clusters capacity when
CAM2 energy model is used. This causes most of camera HAL threads
scheduled on big cluster only with CAM2 EM profile.

Lowering CAM uclamp min so it is within MID clusters capacity for
both energe model

Flag: EXEMPT tuning changes
Test: check camera trace with proper uclamp value
Bug: 350629738

Change-Id: I40ce59d0a0d99ea6ba016a24245f44713485bc52
2024-08-12 22:57:41 +00:00
Xin Li
f82477c1b4 [automerger skipped] Merge "Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future" into aosp-main-future am: f0ec5af197 -s ours
am skip reason: Merged-In I661546ae0ab104021936acd109e08de2a64a1b1c with SHA-1 f5bb7a3f56 is already in history

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

Change-Id: I1b7ad04aca2a53b966a5252598a6d82f71788907
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-08-12 21:03:19 +00:00
Xin Li
46f691239c [automerger skipped] Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future am: 8a1ad9579f -s ours
am skip reason: Merged-In I661546ae0ab104021936acd109e08de2a64a1b1c with SHA-1 f5bb7a3f56 is already in history

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

Change-Id: I740a7610788a6a621ac1cc0bee0211f6d4c12060
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-08-12 21:01:32 +00:00
Xin Li
f0ec5af197 Merge "Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future" into aosp-main-future 2024-08-12 17:14:18 +00:00