- Mar 24, 2022
-
-
Tai Kuo authored
Bug: 193784220 Test: adb shell getprop | grep vibrator Test: adb shell dumpsys vibrator_manager Test: adb shell dumpsys android.hardware.vibrator.IVibrator/default Test: atest VtsHalVibratorTargetTest Change-Id: I66b109d67400cf6382b23c0969726031d38b2697
-
- Mar 23, 2022
-
-
Victor Liu authored
Delay between NFC start and kernel has increased This patchs update this delay to avoid lock at start Bug: 223228405 Signed-off-by:
Victor Liu <victorliu@google.com> Change-Id: I1c91c73e420315e67ecfb076f90a0fcc20deb3fe
-
Peter Liu authored
Update target load due to Pro mid CPU this hint impact the high streaming use case like 60fps / 120fps and 240fps. Bug: 222570798 Test: 1080p60 frame drops: 0.3% (before 3%) slow mo 8x: frame drop 0%. 300mW saving on mem path GCA test CTS no regression Passed:Tests Passed: 358, Failed: 4, Not found: 0, Status unknown: 0 Change-Id: Ie53f6eaadadf3540cf9a7b6cf7b801d46e943098
-
William Tai authored
C10: zone condition(5 nits, 5 Lux) in 120Hz P10: zone1 condition(20 nits) in 90Hz zone2 condition(25 nits, 20 Lux) in 90Hz Bug: 220878644 Change-Id: Id8c94230c070812093600f32e7326d8550794f6d
-
Jasmine Cha authored
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
-
Sayanna Chandula authored
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
-
Joshua Mccloskey authored
Test: Verified after face authentication is done, the lockscreen is not skipped. Fixes: 219634181 Change-Id: Ife19c5b6ac60c60d6cc6f68f32dc6755426043b0
-
- Mar 22, 2022
-
-
Mark Chang authored
Bug: 225351394 Test: Verified twoshay not running in charger mode using cereal (P31701277). Signed-off-by:
Mark Chang <changmark@google.com> Change-Id: Iad139a8340f5a8e6ee53ba434edc3b98379f68e2
-
Jimmy Shiu authored
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
-
Kris Chen authored
Bug: 197780765 Test: build and test fingerprint on device. Change-Id: Ia135a56c18a4e9993b05eb93abca2b241764e67b
-
- Mar 18, 2022
-
-
Yung Ti Su authored
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
-
Yung Ti Su authored
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
-
jonerlin authored
* 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
-
Carter Hsu authored
Bug: 221964481 Test: build pass Signed-off-by:
Carter Hsu <carterhsu@google.com> Change-Id: I63e7dff97cd48ec337de2f70d2746e28afc19a57
-
- Mar 17, 2022
-
-
Ken Tsou authored
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)
-
- Mar 16, 2022
-
-
Daeho Jeong authored
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
-
Gary Jian authored
Bug: 222483102 Test: manual Change-Id: I16b665f72aae3b7e82c7f46a608eed36bbddae7f
-
ryanlwlin authored
Bug: 222019218 Test: atest AccessibilityFingerprintGestureTest Change-Id: Ic36efe75a02cb707adc5c9aab10ec8916644c890
-
- Mar 15, 2022
-
-
Carter Hsu authored
Bug: 221964481 Bug: 214337696 Test: build pass Signed-off-by:
Carter Hsu <carterhsu@google.com> Change-Id: Ia6eae5d830b16cfa587b85003cbe968f6061e1b3
-
- Mar 14, 2022
-
-
Roshan Pius authored
Bug: 186585880 Test: Manual Tests Change-Id: Ife210d69be43587dbeace49764dd07aa83375b9a
-
Yanting Yang authored
- Add label for GFE4J (mmWave-JP) of C10. - Add label for G03Z5 (Sub6-JP) of P10. Bug: 213977009 Test: visual Change-Id: If34fbb37f5269294bd2fd5d599f79d3d1df57cf4
-
Jasmine Cha authored
Bug:223341194 Test: manual test (b/223341194#comment8) Signed-off-by:
Jasmine Cha <chajasmine@google.com> Change-Id: Ib29ce35fd303c8f0cd011363ff3277ef5031dca5
-
- Mar 11, 2022
-
-
Wei Wang authored
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
-
William Tai authored
- Add Doze settings Test: manual Bug: 199469793 Bug: 199468273 Change-Id: I05aa9305781539444e37a2e2ae0b05f0c8fbf79a
-
- Mar 10, 2022
-
-
George Lee authored
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
-
TeYuan Wang authored
Bug: 221173040 Test: Do FP unlock and confirm the user_vote can be bypassed Change-Id: I365924ea9f262c563c2c067d9989e3153d2c0c26
-
Carter Hsu authored
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
-
- Mar 09, 2022
-
-
Sayanna Chandula authored
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 c9f55902)
-
Carter Hsu authored
Bug: 216258666 Test: build pass Signed-off-by:
Carter Hsu <carterhsu@google.com> Change-Id: Ic8f0e696280c87412f0f52657ae26360f00c29e5
-
- Mar 08, 2022
-
-
Jimmy Shiu authored
update powerhint.json for panther and cheetah Test: Build and check trace Bug: 207573241 Change-Id: I3c27fdbe70cf8c950ea2c09bb7a813261838cb23 Merged-In: I3c27fdbe70cf8c950ea2c09bb7a813261838cb23
-
Jimmy Shiu authored
Move the powerhint.json from gs201 to pantah. Separate powerhint.json for each device. Test: build and manually check Bug: 207573241 Change-Id: I32d9093e48ca5f62cf0d05ec43a8b77b99ed254d Merged-In: I32d9093e48ca5f62cf0d05ec43a8b77b99ed254d
-
Shinru Han authored
Test: - - SI SUPL Wifi on + mobile network off - SI SUPL Wifi on + mobile network on - SI SUPL Wifi off + mobile network on - SI SUPL Wifi on + airplane mode on Bug: 220816549 Change-Id: I22382d768b406ff4caccb148018a6d3863c25ded
-
Mark Chang authored
Bug: 199105154 Test: adb logcat | grep twoshay Test: twoshay launched successfully. Signed-off-by:
Mark Chang <changmark@google.com> Change-Id: If657e038e13fa02596518ab1bfcc109a9c29c2d3
-
Edwin Tung authored
Bug: 220457118 Verify test: 222416929 Test: TTFF and RTO download Change-Id: Iae08c16af6e8e93ed6548465627a00fb8f0fedbd
-
- Mar 07, 2022
-
-
davidycchen authored
Bug: 199104528 Test: twoshay starts during boot. Signed-off-by:
davidycchen <davidycchen@google.com> Change-Id: I862df8aa612fb9c409cf37538c2ab2e5cb794117
-
millerliang authored
Bug: 201398105 Test: OboeTester Test: atest CtsNativeMediaAAudioTestCases Signed-off-by:
millerliang <millerliang@google.com> Change-Id: I57965faeb93f6e07f10ba8ab63d66298149bd556
-
Kris Chen authored
Bug: 197780765 Test: Enroll and authenticate fingerprints. Change-Id: I5101da79c856481d6509d0ef36af8eef7dbbbf05
-
- Mar 04, 2022
-
-
Bao Zhu authored
Bug: 206337456 Test: Cheked generated files after compiling Change-Id: I9cab77bde0cb8e4a8a38320cbb7f394cc3b68e7e
-
Randall Huang authored
Bug: 222601059 Test: run generic/018 Signed-off-by:
Randall Huang <huangrandall@google.com> Change-Id: I2dad954957c9523816072fe4d42db6ae85dc87d1
-
Jasmine Cha authored
Bug: 203794965 Test: manual test P10: b/203794965#comment7 C10: b/203817007#comment10 Signed-off-by:
Jasmine Cha <chajasmine@google.com> Change-Id: I758791e6311ac1e33c1dd2aa16ad40bd636d9c7f
-