Commit graph

642 commits

Author SHA1 Message Date
TreeHugger Robot
5484739374 Merge "audio: update playback tuning tables" into udc-d1-dev am: 113f27545e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23154517

Change-Id: Ib177f18396f809d52b67ef6eebf2a1bc26d06930
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-12 04:13:40 +00:00
Shuibing Dai
a1ff6ef8d6 Disable p2p 6ghz channels
It has an effect on following cases:
1.In some coutries(eg.JP) without 5ghz channels available for p2p except indoor channels, if STA firstly connected with indoor channel AP and then disconnected, it will cause wpa_supplicant to select 6ghz channels.
2.If STA firstly connected with 6ghz channel AP and Application create p2p group without config, wpa_supplicant also tried to select STA-associated channel(in this case, i.e. 6ghz ch).

Bug: 272298287
Test: Manually verify nearby case between two pixel phones(one source and other as target):
      1.Both devices CC: JP
      2.Both devices connected with indoor channel(5g) AP
      3.Source shared one big file(3G bytes) with target
      4.During data transferring, disconnected target STA
      Check if file sharing can continue
Change-Id: I71c0b7994ec7ef819db0203a0ae9a1b951449da7
2023-05-12 03:58:20 +00:00
TreeHugger Robot
113f27545e Merge "audio: update playback tuning tables" into udc-d1-dev 2023-05-12 03:32:25 +00:00
TreeHugger Robot
6b657abe59 Merge "Adding interrupt mapping for sound_trigger wakeups" into udc-d1-dev am: 3fb95b070c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23152033

Change-Id: I8d4f982b84263d91d70242a0f19ba7d601798163
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-11 19:54:52 +00:00
Vincent Palomares
70b9ad8f6f Merge "shusky: powerhint: Update LITTLE CPU freq target" into udc-d1-dev am: f64724ae94
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23125687

Change-Id: I6b63085c3e1fc6bbda9f6e122d2598d5ddd48511
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-11 19:54:08 +00:00
TreeHugger Robot
3fb95b070c Merge "Adding interrupt mapping for sound_trigger wakeups" into udc-d1-dev 2023-05-11 19:52:45 +00:00
Vincent Palomares
f64724ae94 Merge "shusky: powerhint: Update LITTLE CPU freq target" into udc-d1-dev 2023-05-11 19:18:55 +00:00
paulsu
b259c5c890 The dvfs headroom was split into its own knob. Update to use it. am: d429c9d008
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23162697

Change-Id: I00720cb1ea70d1617bd0ea5da76886c5fc566259
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-11 17:10:03 +00:00
Ali K. Zadeh
e4e9387c01 Remove BCI and DSU max frequencies from all camera streaming use-cases
Bug: 280459252
Test: ODPM/Framedrops
Change-Id: I7edfa856af5623e545d5883bf3647ae0fa14d7fb
2023-05-11 17:08:51 +00:00
shihchienc
87615e502e [SWB] Disable super wideband
Disable SWB by setting system property

Tag: #feature
Bug: 281957936
Test: flash devices and check property
Change-Id: I7f9e824b64feb23f8ddf61ef44e92dad889030b2
2023-05-11 08:54:07 +00:00
paulsu
d429c9d008 The dvfs headroom was split into its own knob. Update to use it.
util_threshold only controls migration margin now. dvfs headroom has its
own new knob.

Test: Local run
Bug: 281792287
Change-Id: I828f943aab936b532f658dc6bf3acfc903b7fc02
Signed-off-by: paulsu <paulsu@google.com>
2023-05-11 08:00:23 +00:00
Jasmine Cha
27d89c284b audio: update playback tuning tables
Release Updates:
 - Improvement to timbre and distortion to fix b/278032652
 - Improvement to dynamics (including volume pumping fixes)
 - Loudness update to fix b/278034786
 - Clarity update to fix b/278034414
 - Stereo balance update to fix b/280352917
 - Reverse landscape mode added (in INI and MPS files)
 - Volume curve update (to match previous projects)

Bug: 281863318
Test: manual test
 - Acoustic objective testing pass
 - Perceptual internal + demo testing pass

Change-Id: I5f4be7d438f9e367a54dd8a2adee04e0c1a69526
Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-05-11 10:05:12 +08:00
Suprabh Shukla
9897a96f19 Adding interrupt mapping for sound_trigger wakeups
Test: Manually inspect the output of `dumpsys batterystats --wakeups`

Bug: 271922941
Change-Id: I1e537775db73b56df36515427117df2e21483dc6
2023-05-10 23:12:33 +00:00
Lisa (LeeWei) Liu
8cfdf74e58 Merge "powerhint: boost DSU and BCI when launching" into udc-d1-dev am: 2b7a51800c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22929516

Change-Id: I1336ae0f3b0038a5046f3053f00d10262ce6edaa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-10 09:39:46 +00:00
Lisa (LeeWei) Liu
2b7a51800c Merge "powerhint: boost DSU and BCI when launching" into udc-d1-dev 2023-05-10 08:59:48 +00:00
Lisa Liu
c00bd9183d powerhint: boost DSU and BCI when launching
Bug: 269809407
Bug: 258100337
Test: Build and abtd run result
Change-Id: I8f5ce6866ec13080cfc9fd1e5cfddd8d95dc4e32
2023-05-10 06:53:23 +00:00
Treehugger Robot
24c03c28fd Merge "add acl_mode permission" into udc-d1-dev am: 6879e96f93
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22370826

Change-Id: If56b4f8ee23ed35e25a7aec22d3f07e5932f2200
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-10 04:01:45 +00:00
Treehugger Robot
6879e96f93 Merge "add acl_mode permission" into udc-d1-dev 2023-05-10 03:33:29 +00:00
Vincent Palomares
4051835886 shusky: powerhint: Update LITTLE CPU freq target
Bug: 281138320
Test: build, camera
Change-Id: I85983896cccaf9a31903c4ceeb905407e1d63d3b
Signed-off-by: Vincent Palomares <paillon@google.com>
2023-05-09 19:54:31 -07:00
Jay Civelli
864549775b Merge "Adding Fast Pair extended IDs for Shiba and Husky" into udc-d1-dev am: 763cece701
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/23049178

Change-Id: I80f3dffad85dc98919e069dcc47232b6b0727fb4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-09 16:34:49 +00:00
Jay Civelli
763cece701 Merge "Adding Fast Pair extended IDs for Shiba and Husky" into udc-d1-dev 2023-05-09 15:59:53 +00:00
Shuibing Dai
50439773d7 Merge "Add a new overlay item p2p_dfs_chan_enable" into udc-d1-dev am: 616b785770
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22875636

Change-Id: I6325b794b7e96154a199ed7379ad7b1c62da6916
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-09 15:10:06 +00:00
Shuibing Dai
616b785770 Merge "Add a new overlay item p2p_dfs_chan_enable" into udc-d1-dev 2023-05-09 14:31:32 +00:00
Shuibing Dai
67d1997ea3 Add a new overlay item p2p_dfs_chan_enable
Bug: 272298287
Test: Manually verified it working from logs
Change-Id: Ic2a35964200bff39c4004b8553fedb866173c9ac
Merged-In: Ic2a35964200bff39c4004b8553fedb866173c9ac
2023-05-09 06:16:06 +00:00
Treehugger Robot
72e1fc4048 Merge "gps: add malloc assertion condition" into udc-d1-dev am: 1c90433f13
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22835118

Change-Id: I9900dd1b95fa39485cdeb46887f015314c9ebed9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-08 13:21:42 +00:00
Treehugger Robot
1c90433f13 Merge "gps: add malloc assertion condition" into udc-d1-dev 2023-05-08 12:41:10 +00:00
Carter Hsu
83dab3712e Merge "audio: enable CCA for VoIP downlink" into udc-d1-dev am: e6565f034d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22638901

Change-Id: I82c505ee72f5431631a874d1fe510443f43fd3f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-08 09:32:27 +00:00
Carter Hsu
e6565f034d Merge "audio: enable CCA for VoIP downlink" into udc-d1-dev 2023-05-08 08:49:59 +00:00
Wei Wang
e4e6042a6f Merge "thermal: adjust GPU throttling policy" into udc-d1-dev am: 25fbbf2e06
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22977891

Change-Id: I208bd738ece6d387c1cf4b0eb0c2a3a29c34eb95
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-06 01:56:38 +00:00
Wei Wang
25fbbf2e06 Merge "thermal: adjust GPU throttling policy" into udc-d1-dev 2023-05-06 01:10:33 +00:00
Jay Civelli
1981dcae60 Adding Fast Pair extended IDs for Shiba and Husky
Adding the Fast Pair extended IDs for Shiba and Husky so that
Quick Start shows the right Fast Pair bottom sheet on other devices
during setup.

Bug: 280889888
Test: Manually flashed a Shiba & Husky device and validated the FP
      bottom sheet is displayed on a nearby other device
Change-Id: Idf45a6ca819dbb012210ee9dfeec7e98b18603de
2023-05-04 23:27:39 +00:00
Treehugger Robot
de8c29601c Merge "[DO NOT MERGE] vibrator: Disable PWLE capability for U" into udc-d1-dev am: 8779a25fdb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22911065

Change-Id: Ib5c61fc39949728cfdd9c0c07460cb72f90f625d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-04 21:05:29 +00:00
Nathan Kulczak
8c5a970859 [DO NOT MERGE] vibrator: Disable PWLE capability for U am: f350357cbd
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22911065

Change-Id: I44a8cf75c550aa9b887e4caa61caddac2dedd3a8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-04 21:05:28 +00:00
Treehugger Robot
8779a25fdb Merge "[DO NOT MERGE] vibrator: Disable PWLE capability for U" into udc-d1-dev 2023-05-04 20:26:45 +00:00
Shuibing Dai
63577eb683 Merge "Remove overlay item: country code update during setup wizard" into udc-d1-dev am: bbbb07ad78
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22976041

Change-Id: I9077f814a6f17b3d278c7428134ef9dc3f2348db
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-04 02:24:32 +00:00
Shuibing Dai
bbbb07ad78 Merge "Remove overlay item: country code update during setup wizard" into udc-d1-dev 2023-05-04 01:55:10 +00:00
Suprabh Shukla
8d222e5031 Add wakeup interrupt mappings for shusky am: b41a804290
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22999188

Change-Id: Ibf51472d39dde427dabad9176a93332370aa99e7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-04 01:12:18 +00:00
Devika Krishnadas
0d10c3d43f powerhint: Update expensive rendering hint
Bug: 246347593
Test: b/246347593 - comment 10, 11, 12, 13

Change-Id: Ia8ab59f1aafc88bc39192f15b8fe9639d9a5cd34
Signed-off-by: Devika Krishnadas <kdevika@google.com>
2023-05-04 00:04:38 +00:00
Karuna Ramkumar
2f2cab7660 display: sb3: bigsurf: update rr regamma table am: cdffd6c55d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22578821

Change-Id: I9a822ffae5cc34016ed895b586e53d5c42d5f178
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-03 22:19:27 +00:00
Suprabh Shukla
b41a804290 Add wakeup interrupt mappings for shusky
Test: Manually inspect the output of:
`dumpsys batterystats --wakeups`

Bug: 271922941
Change-Id: I9708b79021c1e2a5fe066a8b66820ca28c899ea4
2023-05-03 22:12:50 +00:00
Karuna Ramkumar
cdffd6c55d display: sb3: bigsurf: update rr regamma table
Update rr regamma table used for smooth cal DPU compensation
Bug: 243694502

Change-Id: Ib17abe53b485bf7f5fc98200f41ab0b8fb6ca063
2023-05-03 20:45:08 +00:00
Karuna Ramkumar
6c57137faa display: sb3: shoreline: update rr regamma table
Update rr regamma table used for smooth cal DPU compensation

Bug: 243694502
Change-Id: I42f2c5b75093005165fe99b9173436d930edbeb6
2023-05-03 12:29:07 -07:00
TeYuan Wang
0807a5ff7f thermal: adjust GPU throttling policy
Bug: 258136466
Test: run MH_OFF
Change-Id: Ide5cad291832558a37ede742772dae61936c6bcb
2023-05-03 10:44:36 -07:00
Yen-Chao Chen
9ad9a9b4d9 Merge "Add TouchInspector app" into udc-d1-dev am: 80ee2139e4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22938619

Change-Id: I9716e9701d670514e1fb40f760b2f32aac812d94
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-03 07:05:14 +00:00
Yen-Chao Chen
80ee2139e4 Merge "Add TouchInspector app" into udc-d1-dev 2023-05-03 06:26:14 +00:00
Shuibing Dai
c4ce10285b Remove overlay item: country code update during setup wizard
The country code updating from scan results generic case can cover setup wizard case.

Bug: 279625751
Test: manually verified generic case
Change-Id: Ic61530c4d3a6fe91c3bec3f2cf34f47dbc61bd16
2023-05-02 14:04:11 -07:00
Andrew Chant
c3ccd45ffc shusky: move perf/thermal configs around am: 77e6c02e7c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22960228

Change-Id: I8295d4e519ecc4923a997253eb3ab95283dcc447
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-02 19:50:07 +00:00
Andrew Chant
77e6c02e7c shusky: move perf/thermal configs around
Move shusky thermal .json files into thermal/
and perf configs into perf/.

Also move the configs into device-shusky-common.mk,
allowing override of the config file path.

Bug: 277993984
Change-Id: Ifa2882ee9c27c57d967c27f9f8e8edaff313e2d5
2023-05-02 09:39:45 -07:00
Dan Moore
2f5181d4ee Merge "thermal: update bts_window_partial coefficients" into udc-d1-dev am: bb1576b0ff
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22934864

Change-Id: Ib40c4951eca338b3810fcc42213c6b947d812ed8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-02 15:36:57 +00:00
Dan Moore
bb1576b0ff Merge "thermal: update bts_window_partial coefficients" into udc-d1-dev 2023-05-02 15:00:31 +00:00