Jasmine Cha
a1ed941a7a
audio: update waves preset am: 63c82ed9e5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17308103
Change-Id: Ia1431504dbd1d082d6537ff92591637d2e96be8f
2022-03-23 08:02:51 +00:00
Jasmine Cha
63c82ed9e5
audio: update waves preset
...
Change List & Tuning Notes
1. Iteration to mitigate the subjective difference between
2.5A & 1.8A(BAACL throttle) waves tunings.
2. Speaker-safe mode is updated accordingly.
Bug: 203794965
Test: manual test (b/203794965#comment13)
Signed-off-by: Jasmine Cha <chajasmine@google.com>
Change-Id: I1a1ebd5a3080c7ea93d5592d82d78533d01103cc
2022-03-23 05:08:51 +00:00
Sayanna Chandula
e95360b49b
thermal: update C10 and P10 v4 thermal coefficients am: 3baae0f8d2
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17188908
Change-Id: I4c97871db049159132e7b5dc252b9e948dcf7e96
2022-03-23 03:54:31 +00:00
Sayanna Chandula
3baae0f8d2
thermal: update C10 and P10 v4 thermal coefficients
...
Update C10 and P10 thermal configurations with v4 coefficients
Bug: 223909968
Test: Build and boot on device. Check thermal configuration at
/vendor/etc/thermal_info_config.json
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Change-Id: Iad867590122f5c16667ba020f98799c952b3176c
2022-03-23 03:37:01 +00:00
Joshua Mccloskey
edd8b042eb
Devices will not skip lockscreen after face unlock am: 181a35eb41
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17332577
Change-Id: I5c240a43d7a45ceaec1d708aead6248d00e37f74
2022-03-23 01:32:50 +00:00
Joshua Mccloskey
181a35eb41
Devices will not skip lockscreen after face unlock
...
Test: Verified after face authentication is done, the lockscreen
is not skipped.
Fixes: 219634181
Change-Id: Ife19c5b6ac60c60d6cc6f68f32dc6755426043b0
2022-03-23 01:04:46 +00:00
Mark Chang
54909fd10f
C10/P10: Delay twoshay service start stage. am: 376d1de226
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17290406
Change-Id: I4a83d1fc1e1c312c2cacfb7eb5b420a527374f87
2022-03-22 23:20:49 +00:00
Jimmy Shiu
87496d3e3a
powerhint: updating uclamp_min for little cores am: 9419013949
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17122706
Change-Id: Ie7b6cbb588b663ee620b740bbebae15691cdb804
2022-03-22 23:19:38 +00:00
Mark Chang
376d1de226
C10/P10: Delay twoshay service start stage.
...
Bug: 225351394
Test: Verified twoshay not running in charger mode using cereal (P31701277).
Signed-off-by: Mark Chang <changmark@google.com>
Change-Id: Iad139a8340f5a8e6ee53ba434edc3b98379f68e2
2022-03-22 23:09:09 +00:00
Jimmy Shiu
9419013949
powerhint: updating uclamp_min for little cores
...
Update uclamp_min to keep the little cores boost running on the same
frequenices.
Bug: 220975075
Test: build and boot to home
Change-Id: Idfc12229ec372288c29b61e2d965e13e480476e5
2022-03-22 22:30:38 +00:00
Kris Chen
a0d2a3b3fb
c10p10: Enable ALS feed forward am: 953a9bbfa1
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17289089
Change-Id: I519f5d593a394c5b904af5bb6c75a7e488e3e2b9
2022-03-22 03:59:58 +00:00
Kris Chen
953a9bbfa1
c10p10: Enable ALS feed forward
...
Bug: 197780765
Test: build and test fingerprint on device.
Change-Id: Ia135a56c18a4e9993b05eb93abca2b241764e67b
2022-03-22 03:24:42 +00:00
Yung Ti Su
ef8090cae4
Add LE audio hardware offload property am: 46e193ec79
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17252886
Change-Id: I429a4adcf5009ae34b93343cfcaffecdb5afd869
2022-03-18 20:40:32 +00:00
Yung Ti Su
a147e44da9
Seperate audio_policy_configuration for a2dp and le am: 3ff3a57ebb
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17252885
Change-Id: I34b6f9eeeb08d6250004b32888d003aac7d2ba74
2022-03-18 20:40:31 +00:00
Yung Ti Su
46e193ec79
Add LE audio hardware offload property
...
Add these property for the development on userdebug and eng only on P22.
Test: manual
Signed-off-by: Yung Ti Su <andysu@google.com>
Change-Id: Ic80ffbbfdcafda4bba9ed6edf01002d3db7e0c0b
2022-03-18 15:22:49 +00:00
Yung Ti Su
3ff3a57ebb
Seperate audio_policy_configuration for a2dp and le
...
If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == true
use audio_policy_configuration_a2dp_offload_disabled.xml (a2dp X LE X)
If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == false AND
(ro.bluetooth.leaudio_offload.supported == false OR persist.bluetooth.leaudio_offload.disabled == true)
use audio_policy_configuration_le_offload_disabled.xml (a2dp O LE X)
If ro.bluetooth.a2dp_offload.supported == true AND persist.bluetooth.a2dp_offload.disabled == false AND
ro.bluetooth.leaudio_offload.supported == true AND persist.bluetooth.leaudio_offload.disabled == false
use default audio_policy_configuration.xml (a2dp O LE O)
Note:
The above settings are based on ro.bluetooth.a2dp_offload.supported == true condition
If ro.bluetooth.a2dp_offload.supported == false, the content of the default audio_policy_configuration.xml
file must be replaced by audio_policy_configuration_a2dp_offload_disabled.xml on the target
Test: manual
Signed-off-by: Yung Ti Su <andysu@google.com>
Change-Id: I4a9bd45c1341100217ab32fd81f7421af00e059d
2022-03-18 19:06:27 +08:00
jonerlin
cde948aba4
bt: support Sar backoff high resolution command in P22 projects am: 3275b689d7
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17157248
Change-Id: I54ea676688d3276239d21eb20e915544fab3e32f
2022-03-18 06:22:12 +00:00
jonerlin
3275b689d7
bt: support Sar backoff high resolution command in P22 projects
...
* set SarBackOffHighResolution = true for support power index
from 0 to 80 for setting backoff in 0.25 dB step
Bug: 170369474
Test: sending sar command with power cap index between 20 ~ 80 and
confirm the SAR backoff is workable.
Change-Id: I56d75abcff55e93554bf656fff164b861fe0e3c2
2022-03-18 06:04:58 +00:00
Carter Hsu
28a3178752
audio: add recording debug files am: 8eb016913d
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17226772
Change-Id: I840dd457d9d0d4483a9767c131f1193736c88ad4
2022-03-18 03:15:46 +00:00
Carter Hsu
8eb016913d
audio: add recording debug files
...
Bug: 221964481
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: I63e7dff97cd48ec337de2f70d2746e28afc19a57
2022-03-18 02:53:08 +00:00
Ken Tsou
7d6979c509
battery: disable wireless for pts battery test am: 27b511c302
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17226779
Change-Id: I0d7ebb47ed9d51fd8c6d681ded40cab3b33681af
2022-03-17 19:48:43 +00:00
Ken Tsou
27b511c302
battery: disable wireless for pts battery test
...
Disable wireless charging during drain, usb charging,
and charger stress test
- vendor.disable.wlc 1
If device is placed onto dreamliner and shutdwon(drain out),
it would boot up by DC_CHG and keep shutdown(0%)-boot up
(by DC_CHG) continuously. To avoid this symptom, limit wireless
current_max as 75000 after device boot up
- persist.vendor.limit.wlc.current=1
How to verify:
adb shell setprop vendor.disable.wlc 1
adb shell cat /sys/class/power_supply/wireless/online >>>> 0
adb shell setprop persist.vendor.limit.wlc.current 1
adb shell cat /sys/class/power_supply/dc/current_max >>>> 75000
Bug: 204211357
Test: set the property manually and query the result from file node.
Change-Id: I3ae2460f964b12924c3432d7f84203e2d802aa5f
Signed-off-by: Ken Tsou <kentsou@google.com>
(synced from commit 6e0bb1cb11b05768d04767e85cd28eaef212f305)
2022-03-17 18:03:29 +00:00
Daeho Jeong
4603abf556
disable powerhint for F2FS gc_urgent mode am: d92fb5e527
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17223831
Change-Id: I8326bb939262bfd983c23391e007021cf57a74f3
2022-03-17 00:20:55 +00:00
Daeho Jeong
d92fb5e527
disable powerhint for F2FS gc_urgent mode
...
Disable the powerhint for F2FS gc_urgent mode, since we are going to
replace this with the smart idle maintenance service.
Test: turn on/off the screen & check /sys/fs/f2fs/dm-*/gc_urgent
Bug: 214430685
Signed-off-by: Daeho Jeong <daehojeong@google.com>
Change-Id: I3e7fc4efdd6eed0a61fb2cedf3620907fece226d
2022-03-16 12:07:06 -07:00
Gary Jian
be8278b51f
Handle the network selection restoring in modem side am: 8358d48714
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17105749
Change-Id: If87e99ce2a17b412ca211ae2e4c4a1279fb7ad93
2022-03-16 14:54:08 +00:00
Gary Jian
8358d48714
Handle the network selection restoring in modem side
...
Bug: 222483102
Test: manual
Change-Id: I16b665f72aae3b7e82c7f46a608eed36bbddae7f
2022-03-16 17:53:01 +08:00
ryanlwlin
70a53a7caf
Add override for fingerprint sensor gesture support am: 28f176b9fc
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17206765
Change-Id: I6e88bc0937728e6e52f3eaf9b4f1f0bc1d4b921f
2022-03-16 09:42:40 +00:00
ryanlwlin
28f176b9fc
Add override for fingerprint sensor gesture support
...
Bug: 222019218
Test: atest AccessibilityFingerprintGestureTest
Change-Id: Ic36efe75a02cb707adc5c9aab10ec8916644c890
2022-03-16 09:14:39 +00:00
Carter Hsu
4fc86f964c
audio: update w spatial and mic MBDRC mode tuning am: 185ba5d4b4
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17050384
Change-Id: Idff0db51ae7d47239d705fa1b3c2fb15b0d70023
2022-03-15 10:09:40 +00:00
Carter Hsu
185ba5d4b4
audio: update w spatial and mic MBDRC mode tuning
...
Bug: 221964481
Bug: 214337696
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: Ia6eae5d830b16cfa587b85003cbe968f6061e1b3
2022-03-15 09:47:15 +00:00
Roshan Pius
0ef6421fe8
panta(uwb): update calibration file for uci uwb stack am: 27eebf2eed
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17003502
Change-Id: I3dd46578bf623a83d3be93d6e1cfe0279882f381
2022-03-14 16:40:41 +00:00
Roshan Pius
27eebf2eed
panta(uwb): update calibration file for uci uwb stack
...
Bug: 186585880
Test: Manual Tests
Change-Id: Ife210d69be43587dbeace49764dd07aa83375b9a
2022-03-14 16:09:02 +00:00
Yanting Yang
372db6f051
Add initial MIC e-labels for JP SKU of C10 and P10 am: c83cb2cf1e
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17181763
Change-Id: I402774ba9dfdbea19de946c7fec3ec1413335a73
2022-03-14 12:21:03 +00:00
Yanting Yang
c83cb2cf1e
Add initial MIC e-labels for JP SKU of C10 and P10
...
- Add label for GFE4J (mmWave-JP) of C10.
- Add label for G03Z5 (Sub6-JP) of P10.
Bug: 213977009
Test: visual
Change-Id: If34fbb37f5269294bd2fd5d599f79d3d1df57cf4
2022-03-14 11:58:29 +00:00
Jasmine Cha
b2001c13b1
audio: waves: correct ini for LR swap am: 3e00fd613b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17148816
Change-Id: I7295d37e0c9d2dd597978238a70b09dbed42b8f2
2022-03-14 09:15:36 +00:00
Jasmine Cha
3e00fd613b
audio: waves: correct ini for LR swap
...
Bug:223341194
Test: manual test (b/223341194#comment8)
Signed-off-by: Jasmine Cha <chajasmine@google.com>
Change-Id: Ib29ce35fd303c8f0cd011363ff3277ef5031dca5
2022-03-14 08:50:51 +00:00
Wei Wang
e8e62af54f
Temporarily disable GPU power hold during LAUNCH boost am: fa3f3de1a9
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17169272
Change-Id: I59a4d9a32d67f46b406ca3cddd3b1c03ef330d32
2022-03-12 02:05:28 +00:00
Wei Wang
fa3f3de1a9
Temporarily disable GPU power hold during LAUNCH boost
...
P21 has been using GPU power hold during app launch to mitigate jank
from GPU power on latency.
However this same mechanism seems causing instability (may be related
to the new inter-frame power optimization). While the root cause is
being investigated, disable the boost.
Bug: 223828284
Test: Build
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: Id04a1d09ebd5b36c1c7c55824da34bffb6435cab
2022-03-11 23:09:45 +00:00
William Tai
fb5b16e0e4
Update SystemUI config.xml am: c7e91120e4
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17086465
Change-Id: I5f4a0d7c729cd4bf8cc5fb39035c5d9e902589a8
2022-03-11 05:40:41 +00:00
William Tai
c7e91120e4
Update SystemUI config.xml
...
- Add Doze settings
Test: manual
Bug: 199469793
Bug: 199468273
Change-Id: I05aa9305781539444e37a2e2ae0b05f0c8fbf79a
2022-03-11 05:22:05 +00:00
George Lee
b286677c63
thermal: Reduce DVFS throttling per BCL irq am: 18771c221b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17126426
Change-Id: I119b4b4e7d0f67035bac684000537086008a9202
2022-03-10 20:38:26 +00:00
George Lee
18771c221b
thermal: Reduce DVFS throttling per BCL irq
...
By increasing hardware clock divider count, we do not need to throttle
as hard to mitigate for brownout.
Bug: 221070649
Test: Local stress test to ensure no brownout.
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I7ced6cdcf215738dd50d527f9f58ae4046492b29
2022-03-10 20:17:32 +00:00
TeYuan Wang
fb3697b27b
Enable user_vote_bypass for UDFPS and face unlock am: fd2cf74ed9
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17137723
Change-Id: Ifd12c7669f6b5fd0b1cfba1ad21839d53bfe50b7
2022-03-10 13:05:14 +00:00
TeYuan Wang
fd2cf74ed9
Enable user_vote_bypass for UDFPS and face unlock
...
Bug: 221173040
Test: Do FP unlock and confirm the user_vote can be bypassed
Change-Id: I365924ea9f262c563c2c067d9989e3153d2c0c26
2022-03-10 12:42:28 +00:00
Carter Hsu
dcec1da997
audio update FM tuning 0309 am: 36d1681e4f
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17125601
Change-Id: I294613e2b5616289f052458e42f1d908ed046612
2022-03-10 07:25:40 +00:00
Carter Hsu
36d1681e4f
audio update FM tuning 0309
...
FM table Changelist:
1. C10P10 HA optimization tuning for EVT1.1
2. P10 Modify HH volume parameter to fix b/223103615
Bug: 216258666
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: I1dddf764788a44613f2a00c5a0acb703e54ba3b1
2022-03-10 07:00:37 +00:00
Sayanna Chandula
d3cf0d0dcb
thermal: update C10 and P10 thermal configurations am: e2e40853a5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17144752
Change-Id: I5e720e4a2f54943746262cf006683e4653a794df
2022-03-10 03:39:35 +00:00
Sayanna Chandula
e2e40853a5
thermal: update C10 and P10 thermal configurations
...
Update virtual-skin and virtual-skin-charge with v2 coefficients.
Bug: 220922474
Test: Build and boot on device. Check thermal configuration
Signed-off-by: Sayanna Chandula <sayanna@google.com>
Change-Id: I81224836d03fe501b6472d568e037019c61b7dca
(cherry picked from commit c9f55902d1
)
2022-03-09 23:40:31 +00:00
Carter Hsu
aa18198563
audio: update voice tuning for EQ setting in HAWB am: cd9c935da4
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17050389
Change-Id: I637586ffbb3e48d5e4ea4541d3eee79a92956c2f
2022-03-09 02:02:38 +00:00
Carter Hsu
cd9c935da4
audio: update voice tuning for EQ setting in HAWB
...
Bug: 216258666
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: Ic8f0e696280c87412f0f52657ae26360f00c29e5
2022-03-09 01:34:04 +00:00