Bart Van Assche
a5429a4739
init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661 am: 41610d9911 am: 95c4df4c48
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230
Change-Id: Id8727d7f308f76b078072002eaf7518f9335444c
2021-07-29 22:13:45 +00:00
Bart Van Assche
60b8369403
init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661 am: 41610d9911
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230
Change-Id: I4d4fcd478aa234ca625301d9b254e18b2c1d7738
2021-07-29 22:00:01 +00:00
Bart Van Assche
0d0c125d57
init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230
Change-Id: I98cd726e6a550ea77703463d536e7e21be769e2d
2021-07-29 21:45:23 +00:00
Bart Van Assche
864a08d3a7
init.gs101.rc: Reduce the queue depth for /dev/sda
...
Use the default chosen by the block layer (64). The purpose of this patch is
to reduce storage latency. Without this patch:
# grep -aH . /sys/block/sd*/queue/nr_requests
/sys/block/sda/queue/nr_requests:256
/sys/block/sdb/queue/nr_requests:64
/sys/block/sdc/queue/nr_requests:64
/sys/block/sdd/queue/nr_requests:64
With this patch applied:
# grep -aH . /sys/block/sd*/queue/nr_requests
/sys/block/sda/queue/nr_requests:64
/sys/block/sdb/queue/nr_requests:64
/sys/block/sdc/queue/nr_requests:64
/sys/block/sdd/queue/nr_requests:64
Bug: 194450129
Test: Built Android images and installed these on an Android phone.
Change-Id: I236874f3791d62a2d5faf0d37a149025639f5c4a
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
2021-07-29 13:31:50 -07:00
David Chao
4323d3e537
dumpstate: dump state2power table am: bac5bc98ae am: e2ec28f639 am: ac51ae88a1
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834
Change-Id: Ibc8cd158fa8ea652ac115971c278fd463766c27c
2021-07-29 08:08:43 +00:00
David Chao
1f8024449c
dumpstate: dump state2power table am: bac5bc98ae am: e2ec28f639
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834
Change-Id: I8fcbae75d40a36c8ab936474dae6beddc0b6f1d7
2021-07-29 07:56:18 +00:00
David Chao
3e6c40cd69
dumpstate: dump state2power table am: bac5bc98ae
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834
Change-Id: I70dcd09ff5fe062a674e99ea706c558aeec66bd7
2021-07-29 07:40:25 +00:00
David Chao
e00e552787
dumpstate: dump state2power table
...
Dump state2power table in cooling_device
Bug: 189488358
Test: local test and state2power table can be dumped.
Change-Id: Ifb9a8e41158c5452b2f6e856d30ac97011460298
Signed-off-by: David Chao <davidchao@google.com>
2021-07-29 07:13:33 +00:00
Rick Yiu
5151dc3401
gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: 14bd65bdd6 am: 9ed42371b8
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511
Change-Id: Ib6bacb2d5903b3f0c6032f0820b7c0dd11c9e02e
2021-07-28 02:14:40 +00:00
Rick Yiu
9b255cfcaf
gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: ececf7a2db am: 7d5a662d62
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511
Change-Id: I45a60c5ac21d3966ff25644857fb128cafd3a37e
2021-07-28 02:14:29 +00:00
Rick Yiu
2c70866cd8
gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: 14bd65bdd6
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511
Change-Id: Ie859473bb68d98e86f42bf016827878b5ffa3827
2021-07-28 02:02:47 +00:00
Rick Yiu
8eaf1bde07
gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: ececf7a2db
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511
Change-Id: Ic69565a21393f4f2d54f509a7255a3cc26e3a78c
2021-07-28 01:59:10 +00:00
Rick Yiu
5c70b6daf4
gs101: Disable system group boost in off charger mode am: 2dd7f1765a
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511
Change-Id: Ia48f6bb7dd5073b11f8de03386e3049251ee5b90
2021-07-28 01:41:12 +00:00
Rick Yiu
e05964f062
gs101: Disable system group boost in off charger mode
...
Bug: 193192017
Test: build pass
Change-Id: Ieb5ff22808f22eb5796950d427986f352d748839
2021-07-28 01:24:48 +00:00
Andrew LeCain
1764ebee2e
Set owner for mfg_data partiton. am: 7493d01817 am: 83fc9446f5 am: fe2f1d9346
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682
Change-Id: Iffad6805a5b8af14b16049fc3d7101287ce73653
2021-07-27 22:22:36 +00:00
Andrew LeCain
58a5239315
Set owner for mfg_data partiton. am: 7493d01817 am: 83fc9446f5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682
Change-Id: I7dab6511720000d75ad684307d1221249b4c25bb
2021-07-27 22:02:00 +00:00
Andrew LeCain
b16a072975
Set owner for mfg_data partiton. am: 7493d01817
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682
Change-Id: Ia188b1b103903395e486c52d65ae3d8d9c391842
2021-07-27 21:50:27 +00:00
Andrew LeCain
20c4f4090c
Set owner for mfg_data partiton.
...
Enable the FP HAL to read from the mfg_data partition chowning to system
Bug: 193549276
Test: sideload cal with valid signature. auth. enroll.
Change-Id: I0897e545dc368782587ae031716012a806d05485
2021-07-27 21:32:11 +00:00
Badhri Jagan Sridharan
fe3a5a1829
gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: d7a49d9580 am: 88b08c492d
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681
Change-Id: I493c9c7df52a43879b8790b0f84c409ac674f9b5
2021-07-27 21:05:50 +00:00
Badhri Jagan Sridharan
343e148bf4
gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: 0a8d03efa6 am: 0642b1fbcb
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681
Change-Id: I2f507b8437479a2b50fc79918cc0b2788a33e9c6
2021-07-27 21:05:46 +00:00
Badhri Jagan Sridharan
939838742e
gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: d7a49d9580
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681
Change-Id: I747ecc4b385f4c26c951338b9d61eb1de6edc5bb
2021-07-27 21:01:12 +00:00
Badhri Jagan Sridharan
92c9f2278e
gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: 0a8d03efa6
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681
Change-Id: I8ce14996322a387e032240d943975ebe9be144f1
2021-07-27 20:44:29 +00:00
Badhri Jagan Sridharan
537a913a55
gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681
Change-Id: I040befa12318da8bea09c24273974187c701059e
2021-07-27 20:29:21 +00:00
Max Kogan
41380ad37f
Add AoC wakeup stats to dump state am: 360ad16d6a am: 8e0d97659c am: 38a54b779e
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903
Change-Id: Ib31d271d19bc7a285c0b00f3f089e667e0dc412c
2021-07-27 20:28:31 +00:00
Minchan Kim
b2db070292
gs101: increase swap size am: e7ea5deba6 am: fe940f6e54 am: 1f01495a61
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045
Change-Id: I943b2cda3662113016e2bd11474a4d2878ad0191
2021-07-27 20:28:24 +00:00
Max Kogan
0e5662cc63
Add AoC wakeup stats to dump state am: 360ad16d6a am: 8e0d97659c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903
Change-Id: I9cccefc45edb1d806c2729685afdce6f0e28ccdb
2021-07-27 20:08:00 +00:00
Badhri Jagan Sridharan
a7c0b48fc4
gs101: recovery: Set maxpower to allow charging from SDP port
...
Leaving maxpower at default i.e. 2mA prevents the phone from
charging from SDP ports. Setting this to 900mA. Kernel would
then set the current limit to 500/900mA based on the configured
speed.
Bug: 194722479
Test: Boot to recovery; Through uart cat maxpower;
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
Change-Id: I763c70eb5d19f74e6e846155af69c25ca3e91f85
2021-07-27 20:07:58 +00:00
Minchan Kim
cc688629fb
gs101: increase swap size am: e7ea5deba6 am: fe940f6e54
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045
Change-Id: I64588ff99eac847c8d4d80193aac516b2c1f59a7
2021-07-27 20:07:48 +00:00
Max Kogan
1d0d03de75
Add AoC wakeup stats to dump state am: 360ad16d6a
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903
Change-Id: Ia2d677e1994869e08622b02df07aa78a571d6d4d
2021-07-27 19:44:07 +00:00
Minchan Kim
798e375d64
gs101: increase swap size am: e7ea5deba6
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045
Change-Id: Ic2813eb414f4fd05744e1eeba50050a8b47ea3f6
2021-07-27 19:44:00 +00:00
Max Kogan
e1039ea565
Add AoC wakeup stats to dump state
...
Need wakeup stats to track AoC to AP messages resulting
in frequent wake-ups.
Bug: 192668026
Change-Id: I99cca607d74b63a974d0b89bc0ba14022bcc22ec
2021-07-27 19:23:05 +00:00
Minchan Kim
c0f6127a16
gs101: increase swap size
...
Since we have 8G/12GB ram, increase swap size from 2G to 3G
since 3G swap shows best result.
note: we had used 2G swap for even 4G ram devices.
Bug: 187488125
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: Iea8ab1126c378cd02a89c2ef982262431c894487
2021-07-27 19:08:10 +00:00
Jack Wu
4e65cb394a
add permission for pca charge_stats access am: 29057d5010 am: 15908697b5 am: 8b4c07ef4c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875
Change-Id: I0219268c32e30bb9032280197319a069e59f216d
2021-07-27 03:01:35 +00:00
Jack Wu
f035490883
add permission for pca charge_stats access am: 29057d5010 am: 15908697b5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875
Change-Id: If524be268835b1beb3a65cd739fe2a42c493bfec
2021-07-27 02:47:04 +00:00
Jack Wu
fddbb1cb32
add permission for pca charge_stats access am: 29057d5010
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875
Change-Id: I3b17c5c5b9bff2edab5982938176d7831f3ae42f
2021-07-27 02:29:16 +00:00
Jack Wu
b089995845
add permission for pca charge_stats access
...
Bug: 194386750
Test: no Permission denied while accessing the file node
Signed-off-by: Jack Wu <wjack@google.com>
Change-Id: Ia399e59a2f7098147522161d5c7458545febfb77
2021-07-24 06:42:51 +00:00
Ankit Goyal
b2c092a884
Include memtrack in product packages am: 77e2cdea93 am: 6490f5cb3e am: daa9628056
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977
Change-Id: I9ee57bf77d1b968cdb53720aa09f889d90f09bd7
2021-07-23 22:00:46 +00:00
Ankit Goyal
f68e432deb
Include memtrack in product packages am: 77e2cdea93 am: 6490f5cb3e
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977
Change-Id: Ic04b13db986dadec3f0f340bf46b3541ffd57819
2021-07-23 21:42:04 +00:00
Ankit Goyal
fc6dd232e6
Include memtrack in product packages am: 77e2cdea93
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977
Change-Id: Id562576c57e02855dcbfa480508125f4f343d971
2021-07-23 21:24:50 +00:00
Ankit Goyal
099ff5167b
Include memtrack in product packages
...
Bug: 191966412
Test: adb shell dumpsys meminfo
Change-Id: Ie521d242274502d70d228faeab0727abee5284b4
2021-07-23 20:52:52 +00:00
Meng Wang
87e2036ec6
[automerger skipped] Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc am: 2c489c97a1 am: a179e18f74 -s ours
...
am skip reason: Merged-In I0fe3a3624d2cda2b57347402d62e8a16513174e5 with SHA-1 d808d99ce0 is already in history
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243
Change-Id: Ida4a53fae2298fa301e06b7980a858ca842dea8a
2021-07-23 18:55:02 +00:00
YiHo Cheng
6cb23aade0
thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251 am: 63b127626c am: 6b967c2eb0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876
Change-Id: I013229b4d809cf755b997e83598171a4064e0fa3
2021-07-23 18:54:06 +00:00
Meng Wang
ac68a4c562
Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc am: 2c489c97a1
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243
Change-Id: Ibf46977597a94bd7e10d22af1e71ce298c38d3e2
2021-07-23 18:37:06 +00:00
YiHo Cheng
e15624d3d2
thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251 am: 63b127626c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876
Change-Id: Ie3a773eba5779ed00b85ddcd93c3f262cb185229
2021-07-23 18:36:51 +00:00
Meng Wang
3c9f24ac5d
Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243
Change-Id: Id9fac3fdac90b450b977977bb395f007ebae4a88
2021-07-23 18:18:26 +00:00
YiHo Cheng
44dae94fde
thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876
Change-Id: I5b446bbdfa9d8ba1bc649f53aa5f80a2c2c75684
2021-07-23 18:17:48 +00:00
Meng Wang
fbb1a572a1
Move CDMA feature XML inclusion to device specific mk files
...
So devices not supporting CDMA don't include the feature by mistake.
Bug: 194307361
Test: inspect build artifacts - telephony.cdma.xml is included
Change-Id: I0fe3a3624d2cda2b57347402d62e8a16513174e5
Merged-In: I0fe3a3624d2cda2b57347402d62e8a16513174e5
(cherry picked from commit d808d99ce089ca4c7ff4e2abe8ee76b4eeb38a64)
2021-07-23 17:50:41 +00:00
YiHo Cheng
2bb5a796f9
thermal: Update usb_pwr_therm2 emul_temp control
...
Update usb_pwr_therm2 emul_temp control to allow
vendor.disable.usb.overheat.mitigation.control to disable/enable
usbc-port throttling to prevent device offline during thermal
mitigation test in lab.
Bug: 194252201
Test: setprop vendor.disable.usb.overheat.mitigation.control 0/1 to
check usb_pwr_therm2 temperature reading
Change-Id: Ia522706ce32bee68596b977a3e526f0b951a95ca
2021-07-23 17:45:41 +00:00
Rick Yiu
c181f94866
gs101: Add a new profile for camera power tuning am: 1b33e486e7 am: f0b7304c01 am: 3993b756fb
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137
Change-Id: Ibcc044d0376837decf356e267f9025dcbdf3fc68
2021-07-23 14:40:16 +00:00
Rick Yiu
725a51d332
gs101: Add a new profile for camera power tuning am: 1b33e486e7 am: f0b7304c01
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137
Change-Id: I3412b14b4eef45a9d3d3e026b5ae072cb900f1d3
2021-07-23 14:22:46 +00:00